Skip to content

wiztools/xml-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WizTools.org XML Validator

To verify if the Schema compiles:

$ java -jar xml-validator-VERSION-jar-with-dependencies.jar -s /path/to/schema.xsd

To validate an XML (or a set of XMLs) against a schema:

$ java -jar xml-validator-VERSION-jar-with-dependencies.jar -s /path/to/schema.xsd \
  /path/to/1.xml /path/to/2.xml

To view help:

$ java -jar xml-validator-VERSION-jar-with-dependencies.jar -h

This tool is available as part of "The Joy of Unix in Windows Tool Bundle":

About

Cli tool written in Java to validate XML against a schema

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages