Skip to content
/ xsdiff Public

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

Notifications You must be signed in to change notification settings

valters/xsdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published