You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by olivier brand <ol...@vodafone-us.com> on 2002/06/17 17:54:31 UTC

Performance improvement ?

All,

I was looking at fast XML parsers and found the XML Pull Parser: 
http://www.xmlpull.org/ which is way faster than xerces.
Does anyone have a clue if this parser could replace the xerces one ? 
That would be an interesting test to do. This parser does not address 
all the XML parsing features that Xerces provides, but it seems that it 
could be a perfect match for SOAP enveloppes which are self-contained 
and pretty simple to parse.
I know that this parser is used in the XSOAP project, a RMI/SOAP 
implementation.
Just a thought

Olivier