vote up 2 vote down star

Hi all. I’m looking for XML Diff class or library. There are my requirements: - open source :) - object model for output (*) - rather fast (for 4mb XML)

I'm trying to use MS XML Diff and Patch Tools, but I wanna get a list of objects with differences of 2 XML files (instead HTML markup).


UPD: Thanks for all of your responses. I implemented my own solution; it’s not too hard with Linq2Xml :) UPD2: Sorry guys, but i can't post my solution here now (i actually haven't got it because i have changed my work recently). Also my solution have some specific parts, so it can't suit common problems any way. The main advice is to use Linq2Xml, implement your logic and have fun :)

flag

50% accept rate
1  
Please post your solution. – Timothy Lee Russell Jun 17 at 18:48
+1 for the solution please – tjmoore Dec 9 at 17:24
i have updated the post – lak-b 5 hours ago

3 Answers

vote up 1 vote down

Not quite sure from you post if you are tring to do this in code or not.

But if you are just after a nice programe to view the two documents side by side and see the difreances and make changes to them i would recomend Beyond Compare 3.

link|flag
vote up 1 vote down

I did some research on this topic.

http://stackoverflow.com/questions/547399/tool-or-library-for-comparing-xml-files

link|flag
vote up 0 vote down

The Microsoft XML Diff and Patch tool does give you the list of differences between 2 XML document. The output is an XML document that tells you how to change document #1 into #2.

link|flag
Give me objects, don't geve me XMl :) Anyway I already solved my problem – lak-b Mar 23 at 9:50
1  
Care to enlighten us to how you solved it? – Owen Sep 25 at 22:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.