XMLtp is a tiny XML parser/processor written in Java. It was written at a time when the Java Standard Edition didn't come with its own XML parser. Today it is mostly useful for people working with older Java versions or other editions. XMLtp's main use is in applications that use XML as their storage format for the application's data. Since writing XML is not too difficult, reading XML requires a little bit more effort. XMLtp is intended to simplify this effort. XMLtp is not supposed to replace full-fledged XML processors, it just makes it easy to use a subset of XML in your own Java applications.
| Tags | Internet Web Software Development Libraries Java Libraries |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: Streaming mode has been added, the make system has been updated, and attribute encoding has been fixed.


Changes: A complete rewrite of the reference decoding (with lots of bugfixes, esp. in the decoding of entities), a fix for a bug in Utils:XMLEncode() (wrong encoding of ampersands), verification that XMLtp works with JDK 1.3, and minor documentation enhancements.


Changes: Support for parsing of CDATA, and changes to the element creation sequence.


Changes: A port to Java 2, and some minor corrections in JavaDoc comments.


Changes: A bug in dealing with ampersand entities has been fixed. Some methods now check their parameters more critically.
- All comments
Recent commentsDocumentation
The prommised documentation is at
http://mitglied.tripod.de/xmltp/XMLtp-doc.zip (http://mitglied.tripod.de/xmltp/XMLtp-doc.zip)