vote up 0 vote down star

Hi guys, this is my situation:

I have two org.w3c.dom.Document created from two xml files. What I want to obtain is brand new Document containing all the data of the two xml Document.

Do you have any idea on how to do this?

Thanks! Rob

flag

27% accept rate
What exactly do you wanna do ? Mix the data, or just paste the two trees one after another ? – Bishiboosh May 19 at 9:55

1 Answer

vote up 1 vote down check
  • create a new document
  • create a new root called newRoot
  • add the first document root as child of newRoot
  • add the second document root as child of newRoot
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.