standard.lib.xml.xmlAddChildList

xmlAddChildList is available since version 1.0.

Prototype:

number xmlAddChildList(number parent, number cur)

Parameters

parent
the parent node
child
the child node

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.