xmlenc is a light-weight XML encoding library for
Java. It fills the gap between a light-weight
parser like SAX, and a heavy-weight XML output
library, like JDOM.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
One design bug was fixed by adding an overloaded method, deprecating the old one. More unit tests were added. The performance of the 'attribute' and 'text' methods was improved.