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

Régis St-Gelais regis.st-gelais at laubrass.com
Tue Oct 28 20:10:30 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);

Thanks Fred, Carlos and Karl for your answers

Regis




More information about the Expat-discuss mailing list