XMLDocument Class
Methods:
ImportNode
Parameters:
foreignNode as XMLNode, [deep as Boolean]
Copies a node from another XMLDocument into the current document. If
the optional parameter deep is True, ImportNode will import all the
child nodes of foreignNode. After you import it, you must then place
it somewhere.
Perhaps this is the approach I should be using. But if it is, I am
unclear how to proceed. I like the ability to import a "foreign node
with all its children" but I am confused as to where it will end up
in the XMLDocument and how I am to "place it somewhere" (in my case I
want to replace a node that already exists in the document)
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>