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