Merge to xml-files by C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Dear experts, I have the following problem. I want to merge 2 xml-files into one automatically. How can this be accomplished in the best way. a) by a c#-pgrogram b) by xslt-transformation c)... do you have any link/solution? Kind regards
guess it depends on how the merge should work. if you only need to append one file to another, cmd.exe will do the job. xslt is fine, but you'll need something that starts the transformation process automatically.