xmlAddChildList is available since version 1.0.
Prototype:
number xmlAddChildList(number parent, number cur)
Description:
Add a list of node at the end of the child list of the parent merging adjacent TEXT nodes. (cur may be freed)
Return value:
Returns the last child or null in case of error.