Click to See Complete Forum and Search --> : appending nodes of XMLDocument to another Document


Beans
08-15-2005, 05:14 AM
Hi All

I am trying to get data from 2 different XMlDocuments and dumping in a dom Document.
Is there any api to do so?
Manual creation of Elements is getting clumpsy

Beans

Khalid Ali
08-16-2005, 07:43 AM
that does not make any sense, I mean what will be the rules that where you want the child elements and where u want the root element of the second document?..

You will have to get the required nodes/elements and create a new document according to what you need.