DotDiff
This project was born from a side project (Sandbox Compare). This is a .Net library to compare 2 XML files.
I have also produced a simple UI to demo how to use the library
The solution contains 2 projects
DotDiff - the main library
DotDiff.TestInterface - this is a showcase tool, mainly written for demo and testing purposes.
Written in C#, built on .Net 2.0 (so more projects can use the library)
Features
- Comapare 2 Xml Documents
- Informs upon 2 differeneces (Missing Node or Node Value Difference)
- Copy over a selected change
- Copy all changes Save Generate a Diff Gram
- Allows an Id node to be set, incase your nodes have a child node as its Id
