0
Answer

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

Ask a question
doug.wood

doug.wood

20y
2.3k
1
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