doing diffs is a whole field of computer science.
here is a simple diff library to get you started:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
doing diffs is a whole field of computer science.
here is a simple diff library to get you started: