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
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