Merging xml docs

I have two xml docs … xml1 and xml2, how do I make xml2 one of the
elements in xml1

Hi Jamie,

have you found an answer to your question?

How about looking into the REXML library… this way you can load your
two XML and append your XML2 content to one of the element in XML1

regards,

Jean-Marc