Groups | Blog | Home
all groups > dotnet xml > june 2005 >

dotnet xml : .net code to compare 2 xml documents


Rasmus
6/14/2005 5:06:02 AM
I've looked at XmlDiff, but can't use its output in my case.

Therefore i'm looking for an alternative.

I need at piece of code that can take 2 xml documents and tell me the
differnces.

v-kevy NO[at]SPAM online.microsoft.com
6/15/2005 12:00:00 AM
Hi Rasmus,

I searched through the web, however, I didn't find any other xml comparing
tool better than XmlDiff.

I think it is a complicated process to compare two XmlDocuments. This
cannot be achieved by a simple piece of code. As far as I can see, XmlDiff
patch provides us with a good solution of comparing Xml documents. And it
is an open source one. I think you can try to modify the XmlDiff source
code to make the output meet your needs. Or we can wait to see if any
community member can shed some light on this issue.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
AddThis Social Bookmark Button