[Expat-discuss] Re: Abort parsing from inside an handler?

Karl Waclawek karl at waclawek.net
Tue Oct 28 21:34:31 EST 2003



> >>>So my question is: is there a way to abort the parsing from inside an
> >>>handler?
> 
> Disabling the handlers does exactly what I need
>  XML_SetElementHandler(xmlpParser, NULL, NULL);
>  XML_SetCharacterDataHandler(xmlpParser, NULL);
>  XML_SetProcessingInstructionHandler(xmlpParser, NULL);

But doesn't abort parsing!

Karl



More information about the Expat-discuss mailing list