XP 0.3 available

James Clark (jjc@jclark.com)
Thu, 14 May 1998 11:44:39 +0700


XP 0.3 is now available. See

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