[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Question on XSD validator

  • To: xml-dev@l...
  • Subject: RE: Question on XSD validator
  • From: "DuCharme, Bob (LNG-CHO)" <bob.ducharme@l...>
  • Date: Thu, 19 May 2005 10:56:57 -0400

free xsd validator
>Yes, you might be able to dig something out of the samples, like the
>intuitively named dom.Counter. But that's not the same as Xerces
>"support" for a command line interface. And Xerces documentation is so
>crappy (that's the technical term for it) that without reading the
>code many need ERH's book just to know what options can be set.

It's not so bad, considering that it's free. I've never had to look at the
code. See http://xml.apache.org/xerces2-j/samples.html, particularly the
DOM, SAX, and XNI samples, which explain all the command line tools and the
command line options to use with them. I like xni.XMLGrammarBuilder, because
in addition to validating documents against W3C schemas, it can check the
schemas themselves for correctness without any document being specified, and
I trust it more than XMLSpy.

Like a lot of java programs, command line usage means specifying class names
and command line switches, so a one-line batch file or shell script can make
the name as intuitive as you want. I have one called checkSchema.bat that
looks like this:

  java dom.ASBuilder -f -a %1

(I believe dom.AsBuilder is now deprecated in favor of
xni.XMLGrammarBuilder.)

I also use stdinparse from Xerces C++
(http://xml.apache.org/xerces-c/stdinparse.html) a lot. 

Bob DuCharme         www.snee.com/bob           <bob@
snee.com>     see http://www.snee.com/bob/xsltquickly
for info on "XSLT Quickly" from Manning Publications.

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.