Which are the tools for comparing two xml files?
Posted on: Mon, 2007-02-26 03:55
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

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