Which are the tools for comparing two xml files?

 
 
Posts: 29
Joined: 2007-02-25
Points: 0
User is offline
Which are the tools for comparing two xml files?

I am looking for a xml tool which compares xml files and spit out the difference. Thanks


Posts: 14
Joined: 2007-02-26
Points: 0
User is offline
You have various

You have various options:
Most XML Environments (XMLSpy, Stylus Studio, Oxygen XML) provide XMLDiff capabilities.
If you want to compare in code you can have a look at XMLDiff http://software.decisionsoft.com/tools.html or XMLUnit: http://xmlunit.sourceforge.net/
I used XMLDiff successfully in some projects.
Megha