Skip to content

kba/xsd-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.0%
  • Shell 4.1%
  • Batchfile 2.9%