You're plainly not going to get the source code of a commercial product.
I wrote code to diff XML documents years ago, I just iterated over both node sets, the trick is when you find a difference, you need to look ahead to work out where the documents become the same again.
Have you written any source code yet Are you using C++/CLI What are you using to contain the XML documents
|