Re: XSD Validator Question

Hi Scott,

Tsao, Scott <scott.tsao@boeing.com> writes:

> A colleague is looking for an XSD validator which will provide a list or 
> table of all the validation errors found in validating an XML file, rather
> than reporting only the first error like what XMLSpy will do.

You can grab a pre-compiled binary of Xerces-C++ for your platform (or
install one from your distribution's repository, if you are on GNU/Linux):

http://xerces.apache.org/xerces-c/download.cgi

The package includes a number of examples that can be used to validate
XML documents. For instance, SAXCount will give you a list of errors in
a document or the count of elements and attributes if there are none.

Boris

-- 
Boris Kolpackov, Code Synthesis Tools   http://codesynthesis.com/~boris/blog
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde

Received on Thursday, 16 April 2009 07:06:55 UTC