I’m working on a Java project that includes identifying changes between XML files and I need a code to compare XML fragments.
I’m using differencing tool ExamXML to compare and merge XML files but this is Windows application.
I’m working on a Java project that includes identifying changes between XML files and I need a code to compare XML fragments.
I’m using differencing tool ExamXML to compare and merge XML files but this is Windows application.
Last edited by jscheuer1; 12-22-2010 at 04:18 PM. Reason: remove hotlink to application
I am also working on to find out a java based tool/api which gives difference between two xml files. I came across you post and find that you have some code base for that. Can you please share your code base with me?
To text compare between xml files, I found the following useful:
http://www.vaanj.com/tools.php
http://www.vaanj.com/exmlDiff.zip
It tells if the xml files are identical or not. Also generates a report (in text format).
Bookmarks