Appending of XML
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
If by merge you mean append (as in your subject), with two files each will have a root, so you'd have to decide which root was going to be the root of your new file. Then you could copy all children of the root from the file to be discarded so they become children of the root in the new file. That is. of course, if the format of the files makes this a sensible thing to do.