XmlDocument

I

itsme

Hello,

How can one copy an XmlDocument "A" into another
XmlDocument "B"

When I say "copy", I mean to replace the XmlDocument "A"
completely by the XmlDocument "B". I am trying to use
cloneNode method of the XmlDocument but somehow I am
getting multiple copies of the same node.

Does the cloneNode replaces the XmlDocument completely or
it adds nodes to the existing XmlDocument?

Can anyone please help me out?

Thanks in advance.
 
P

Peter Rilling

The problem mainly lies in the fact that nodes are bound to documents and
namespaces. Simply coping a node does not work. You can try using the
XmlDocument.ImportNode method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top