Mia
Mia

Reputation: 173

How can I get the source code of XmlDiffPatch library?

I came across the Microsofr.XmlDiffPatch and I would like to check how the Patch algorithm works. I spent sometime searching for the source code of this library, but didn't find anything useful yet. My questions are:

  1. Is it possible to obtain this code from some online repository - is it open source?

  2. If not, is there any other strategy to extract this code somehow from references in Visual Studio?

Upvotes: 3

Views: 2430

Answers (1)

Jack Zhai
Jack Zhai

Reputation: 6436

You could download and install XmlDiffPatch from here:

http://download.microsoft.com/download/1/f/1/1f146f9b-2a71-4904-8b91-e2f62d7b64b3/XmlDiffPatch.exe

And then, you could find source code in Src directory.

Upvotes: 5

Related Questions