|
Here you can download the latest releases for the XML serialization framework. Each download link
will redirect you to the SourceForge.net download site. All downloads
are compatible with the Java 5 and Java 6 platform. For Java 6 the framework has no external
dependancies and is completely self contained. For Java 5 two external JAR files are required,
the StAX API and the StAX implementation, both are provided with the download.
|
|
All releases previous to version 1.1 have been implemented using DOM. Development on the DOM
version of the framework has ceased for several reasons. Firstly StAX offers a lighter, faster,
and easier to use alternative to DOM. Also, the current implementation uses a parser neutral
framework, which can be used to plug in DOM drivers. This means that any further implementation
with DOM will be done as a plug in to the current XML parsing abstraction layer.
|