|
We have moved to StAX from SAX, much easier to work with. From personal experience I can say that:
- older BEA implementation that I've tried does not support external entitiles
- Oracle implementation simply failed with internal error
- JWSDP 1.5 implementation has a nasty bug related to processing of the last XML element, sorry cannot remember details.
So far we are using parser that comes with JWSDP 1.6 and it seems to work OK. |