Product: ValidateXML command-line utility

ValidateXML is a simple xml validation tool that allows validating one or more xml files against DTD; either ones specified by the document itself, or against an alternative DTD specified via command line argument. Latter is often useful when either testing new versions of DTDs, or when original document does not contain a DTD reference.

Current version

Latest version is based on Woodstox version 3.2.9 (built 21-Jul-2009).

You can download:

Note: to compile tools, you also need to download Woodstox jar and put it under lib/ sub-directory (matching version used to build released package is also included in Subversion repository).

Older version(s) may be available from the Old ValidateXML home page

Usage

To use ValidateXML tool, simply enter something like:

  java -jar validate-xml.jar <document1> ... <documentN>

There are couple of configurable settings; the easiest way to view possibilities is to omit the xml file(s), in which case usage help will be displayed on console.


CategoryValidateXml

ValidateXmlHome (last edited 2009-07-22 06:09:15 by TatuSaloranta)

Copyright ©2009 FasterXML, LLC