realbasic-nug
[Top] [All Lists]

Re: How to use: XML ReplaceChild (more questions)

To: realbasic-nug at lists dot realsoftware dot com
Subject: Re: How to use: XML ReplaceChild (more questions)
From: Robert Livingston <rlivingston at mac dot com>
Date: Sat, 28 Apr 2007 11:43:56 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <mailman dot 14664 dot 1177776517 dot 256 dot realbasic-nug at lists dot realsoftware dot com>
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>


<Prev in Thread] Current Thread [Next in Thread>
  • Re: How to use: XML ReplaceChild (more questions), Robert Livingston <=