XML_StopParser - Stop the parser during processing
This function stops the parser during processing of an XML text. The flag must be true if one wants to resume the parser with the function XML_ResumeParser. The XML pointer must be created with XML_ParserCreate.
XML_ParserCreate, XML_ParserFree, XML_SetUserData, XML_SetElementHandler, XML_SetCharDataHandler, XML_Parse, XML_Conv2Latin, XML_ResumeParser,
'The Expat XML Parser', Available: http://expat.sourceforge.net/