[Expat-discuss] Fwd: Pull parsing with Expat?

Karl Waclawek karl at waclawek.net
Sat Nov 4 02:57:56 CET 2006


Jonathan Claggett wrote:
>
> I'm interested to know how the wedge code would work. Would it use the
> callbacks to call XML_PasrserStop? One thought I had was if there was a way
> to make XML_Parse return each time a callback was called. That would be
> sufficient for my goals.
>   

XML_ParserStop() was added specifically to enable "pull" usage for Expat.
It must be called from within a call-back handler.

Karl


More information about the Expat-discuss mailing list