Hello,
If I am developing a C# application that allows to compare two XML files and also to merge two XML files, how should I make it?
Which libraries to use?
Do you have examples on comparing 2 XML files and merging 2 XML files?
I would also like to output a report that lists the differences between the 2 XML files.
Thank you for your help.