[
Lists Home |
Date Index |
Thread Index
]
Bornholtz, Tim wrote:
>>-----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)
Nothing is entirely true, not even this sentence. ;-}
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.
Bob Foster
|