RE: [xml-dev] Question on XSD validator

From
Bornholtz, Tim <>
To
Date
2005-05-18T20:18:21Z
ID
<>
Thread
RE: [xml-dev] Question on XSD validator
>-----Original Message-----
>From: Bob Foster [mailto:]
>
>Michael Kay wrote:
>> I know that XSV has a simple command line interface.
>> 
>> I'm not aware of a similar interface in Xerces but I may have missed
>> something.
>
>I believe you have to roll your own, as described in Eliotte Rusty 
>Harold's book, Processing XML with Java.
>
>Bob Foster

Well, that's not *entirely* true.  You can use the xercesSamples.jar to do this with the command:

java dom.Counter -v -s whatever.xml

(assuming xercesImpl.jar, xercesSamples.jar, xml-apis.jar, and xmlParserAPIs.jar are in your classpath)


Thanks,
Tim Bornholtz