prince-gupta / xsdiff

Compare XML XSD schemas with semantic diff, simple and straight differences report. Perfect if you need to see what has changed in huge schema file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xsdiff

Compare XML XSD schemas providing simple and straight differences report

How to build

mvn clean install is all you need

How to run

To compare control schemas in a/ folder vs new schema in b/ folder, run:

java -jar XsDiff-app/target/xsdiff-app-1.0.0.jar a/ b/

You need to have schema.lst file in b/ folder, that lists the files to compare.

Like this:

f1.xsd
f2.xsd

report-yyyy-MM-dd folder will be created to hold the generated html report files.

About

Compare XML XSD schemas with semantic diff, simple and straight differences report. Perfect if you need to see what has changed in huge schema file.

License:Apache License 2.0


Languages

Language:JavaScript 56.2%Language:Java 41.4%Language:CSS 1.6%Language:XSLT 0.8%