X-Z > XML.insertBefore
XML.insertBeforeSyntax
myXML
.insertBefore(
childNode, beforeNode
);
Arguments
childNod
e The node to be inserted.
beforeNode
The node before the insertion point for the childNode
.
Description
Method; inserts a new child node into the XML object's child list, before the beforeNode
.
Player
Flash 5 or later.