[
Lists Home |
Date Index |
Thread Index
]
>-----Original Message-----
>From: Bob Foster [mailto:bob@objfac.com]
>
>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
|