I am writing a little article on alternatives to the standard JAXP library. I found plenty of material on JDOM but not a whole lot on StAX.
StAX is the "Streaming API for XML" or (pull-pasing) alternative to SAX.
There is a JSR-173 finalized in March 2004 and StAX is expected to become part of
Java 6.0.
I was wondering if anybody here has used it and could comment on how usable it is compared to SAX.
Bill