0.0
No commit activity in last 3 years
No release in over 3 years
xmlvalidate, a tool to validate XML documents against an XSD schema
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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()