Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Merging 2 xml datasets

Status
Not open for further replies.

Claeseke

Technical User
Dec 19, 2002
1
BE
Hi !

This is my problem: I've got two XML Strings or Document (DOM) in memory and I want them merged together. How do I handle this... Is there a way of doing it with XSL, I've read an article that "imported" a second xml _file_ via the document() method but my files are in memory.

Or I can create a new "Document d" for example and import childnodes till I get the format I want?

So what do you think is the best way of merging them?


Thanks for your help!

Claeseke
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top