On Tue, 2006-05-23 at 06:19 -0700, Paul Querna wrote:
> 
> I am currently using the xmlTextReaderRead of libxml2, and it appears 
> that Axiom is also using that underneath.

It has a pull parser abstraction layer to support multiple pull parsers.
We currently use libxml2 but that's slow because it builds the dom and
then pulls. We have our own native pull parser (guththila) but its not
100% ready yet .. once that's ready that'll become the default parser.
We will retain support for libxml2 as that's the default parser in php
land for example. 

Please join axis-c-dev@ws.apache.org .. in any case we should move
axiom-c out into the ws-commons axiom project soon.

Sanjiva.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to