Skip to content

dbrady/xmlvalidate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmlvalidate

A tool to validate XML against XSD.

Usage

Simply run xmlvalidate, passing in the two filenames to check:

xmlvalidate schema.xsd document.xml

If the filenames differ only in the extension .xml/.xsd, you may pass just the basename:

xmlvalidate document

Installation

gem install xmlvalidate

TODO

  • Needs specs

  • Needs documentation (Look into YARD!)

  • Needs to be refactored into a libfile with methods easily usable

from in-code, like XML::validate()

About

Tool to validate XML documents against an XSD schema

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published