XML Object
 
Syntax
 
InsertChildTreeBefore(index As Long, tree As ChilkatXml)
 
Description
Adds an entire subtree as a child. If the child was a subtree within another Xml document then the subtree is effectively transferred from one XML document to another. The child tree is inserted in a position before the Nth child (of the calling node).