Merge two XML documents into 1. (Same structure/ different data)

Jun 7 2004 7:28 PM
Merge two identical XMLDocuments into 1 Hi, I'm trying to figure out how to accomplish this, and i assume it won't be too hard becase my XML document are structured the exact same, just different data: Here are my two XMLDocuments and another identical XML file(but with different data): So ...all that I want to do is just Merge these 2 to create 1 bigger XML file: Can anyone show me how to do this using the XMLDocument objects? Thanks so much!! Doug