No subject
Fri Aug 6 17:04:17 PDT 2004
* Investigate the capabilities of David Megginson's XMLWriter at
http://www.megginson.com/Software/ as a way to output a document.
More info: http://xmlhack.com/read.php?item=777
Update: Megginson's XMLWriter has been fixed, refactored, and contributed to
JDOM (with David's blessing).
See http://cvs.jdom.org/cgi-bin/viewcvs.cgi/jdom/samples/sax/
XMLFilterBase is the superclass. XMLWriter extends it, adding output
capability.
DataFormatFilter and DataUnformatFilter add and remove (respectively)
pretty-print formatting to data-oriented XML documents.
FilterTest.java is a demo app.
--
Joe Bowbeer
More information about the jdom-interest
mailing list