XML Diff and Merge Tool
=======================
Requirements:
- JDK 1.2.2 (may work with newer version but has not been tested)
- XML4J 2.0.15 (this is included in the lib\xml4j.jar, so no need to re-install it)
Installation:
- edit bin\xmldiff.bat on Windows, and xmldiff.sh on Unix
and set the JDK environment variable to point to the jdk1.2.2 install
and set the XMLDIFF environment variable to the installation directory
for this driver.
Running:
To launch the tool with a GUI
- invoke bin\xmldiff.bat.
To launch the tool without a GUI
- invoke bin\xmldiff2.bat inputFile1 inputFile2
to compare the two input files and output the result on the standard output.