http://www.jclark.com/xml/xp/index.html
for more information.
Apart from bug fixes, the changes in this release are:
- Support for SAX 1.0.
- Efficient support for large CDATA sections (previously these were not
handled very efficiently).
- New approach to exceptions in the interface. If you have code using XP
0.2, you can get it to work with XP 0.3 just by changing it to import
Application, ApplicationImpl, Parser and ParserImpl from
com.jclark.xml.parse.io instead of com.jclark.xml.parse.
James