Hi friends,

my problem space is such that i need to pick up DOM nodes from
2 different xml docs and use them to create a new xml document.

I am succesful in parsing the 2 input xmls and extracting
the nodes. but when i create the resultant document
and i try to make these extracted nodes as child nodes of
the new document and serialize it, I get an error. I get an
InstantiationException.

should i always build new nodes to construct an xml doc thro DOM?
is it not possible to use already extracted nodes from other docs
 to make a new xml doc using dom?

any sample code/ suggestion is welcome

Thanks in advance,
Naveen



Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

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

Reply via email to