I am using a libxml parser for quick download and display. My problem is in some cases, I need to stop the parser while processing. Is it possible to do? Can you give me a suggestion on this
Thank you in advance, Shekhar Bethel.
SAX2 / libxml2 API xmlStopParser
function that can be useful in this case is.
The document is specified as void xmlStopParser (xmlParserCtxtPtr reference)
.
The document is available at:
Comments
Post a Comment