This may be a simple question or it may be a really tough one.
I have two xml documents that have been created and sent via
servlets to another
java app. I need to merge data from one document into the other without storing either to disk.
I know how to use the document() function if the document called is saved somewhere but how can I do it if they are both in memory?
Any help would be appriciated.