This post originated from an RSS feed registered with Java Buzz
by Joe Shelby.
Original Post: Software: xmlenc
Feed Title: Joe's Java Jottings
Feed URL: http://www.blog-city.com/bc/
Feed Description: Notes, observations, and occasional other stuff on Java, with concentrations on Swing, XML, and the Semantic (Object) Web.
http://xmlenc.sourceforge.net/
Its kinda a reverse SAX. It allows you to write XML by writing methods like "startTag" as opposed to writing XML through DOM-like methods (whether DOM, JDOM, EXML, or ECS) that requires a sizeable amount of memory if the model is large enough. Not sure, just from looking at the javadocs, what its namespace support is; doesn't look like much, meaning you'd have to do the xmlns attributes on your own.