Skip to content

JonnyLewis/xsd-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xsd-validator

Quick and easy validation of XML files against XML schema (xsd files).

Requires Java to be installed.

Usage on Mac and Linux:

./xsdv.sh test.xsd test.xml

Usage from a Windows command prompt:

xsdv test.xsd test.xml

If you find it useful and want to install system wide (Linux/Mac only):

sudo ant install
xsdv test.xsd test.xml

Note this project is just a simple wrapper around the standard Java library routines for XML Schema validation.

About

Validates XML files against XML schema

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.3%
  • Shell 3.9%
  • Batchfile 2.8%