Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.xmlAddChildList

Name Version Deprecated
xmlAddChildList version 1.0 no

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)

Returns:
Returns the last child or null in case of error.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software