Hi, first message so I'll keep it brief.

If I want to copy a large structure from another XML document will a deep
clone allow this? I was reading the documentation and it seemed slightly
contradictory. Does a deep clone recurse through all sub-nodes or just the
current node and it's direct children?

Essentially what I have is:

<ADD_RFQ>
<CONTROL_AREA>
 <CONTACT_INFO>
   <ADDRESS></ADDRESS>
 </CONTACT_INFO>
</CONTROL_AREA>
</ADD_RFQ>

And I need:

<ADD_QUOTE>
<CONTROL_AREA>
 <CONTACT_INFO>
   <ADDRESS></ADDRESS>
 </CONTACT_INFO>
</CONTROL_AREA>
</ADD_QUOTE>

Is there an easy way of doing this? (There's no rename node or it'd be a
simple job).

Any help greatly appreciated.

Chris H

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to