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.
| Tags | Internet Software Development Libraries Java Libraries Text Processing Markup XML |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: 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.


Changes: One minor bug, which in some situations caused a quote character not to be escaped, has been fixed. A corresponding unit test has been added.


Changes: Beautification-related bugs were fixed. A bunch of test cases were added.


Changes: A work-around was applied for a bug in the IBM JDK 1.3.1 that caused NoSuchFieldErrors.


Changes: Performance was improved even further.