How to merge two XmlDocuments in C#

Viewed 33706

I want to merge two XmlDocuments by inserting a second XML doc to the end of an existing Xmldocument in C#. How is this done?

4 Answers
Related