Dashboard > Woodstox > ... > DTDFlatten > ValidateXML
ValidateXML Log In | Sign Up   View a printable version of the current page.

Added by Tatu Saloranta , last edited by Tatu Saloranta on Jun 05, 2007  (view change)
Labels: 
(None)

ValidateXML

ValidateXML is a simple xml validation tool that allows validating one or more xml files against DTDs; 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 XML-processor, version 3.2.1 (built on 05-Jun-2007).

You can download:

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

Older version(s) available:

  • Woodstox 2.03 - based [validate-xml-2.0.3.jar] (built on 26-sep-2005)

Usage

To use Validate, 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 whi

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators