[Home] [By Thread] [By Date] [Recent Entries]
Pollington, Lee (ELSLON) writes:
> Has anyone got a JAVA SAX app that takes a xml file as a command line
> argument and just spits it out again. I've been trying, but keep getting
> stuck.
It's quite simple if you use the Java XMLWriter package at
http://www.megginson.com/Software/
The package includes a default ContentHandler that actually writes the
events back out as text and figures out all of the
Namespace-declaration trickiness. There's no support for the
DTDHandler or the extension handlers yet, though.
All the best,
David
--
David Megginson david@m...
http://www.megginson.com/
|

Cart



