Discuss this help topic in SecureBlackbox Forum

Import node

To import an element from XMLString, you can use ParseElementFromXMLString() function.

To import the node from the other document, call CloneNode() method of the node which you want to import and pass a reference to the destination document as aCloneOwner parameter.

How To articles about XML Document Object Model

Discuss this help topic in SecureBlackbox Forum