Skip to content
Jason Mathews edited this page Jun 1, 2013 · 10 revisions

XmlValidate

XmlValidate is an open source quick & flexible XML validator capable of performing bulk validation of XML documents against XML Schemas as defined in the XML documents or forcing another schema target.

XmlValidate validates individual XML documents by filename or URL or recursively searching directories with a list of target file extensions. First documents are checked as being well-formed XML. If parsing XML with non-validating parser fails then validation for that file stops.

Most XML validation tools perform validation on a single file or URL at a point. Great of you're editing a single document but often I'm managing 100's of XML documents and need to validate the whole collection. Sometimes it's handy to validate an XML document against an XML Schema from another namespace such as an older version. XmlValidate does of this and more. A small and handy tool.

Clone this wiki locally