Author :
Daniel Veillard
Date :
2015-11-20 14:55:30
Hash :28cd9cb7 Message :Add xmlHaltParser() to stop the parser
The problem is doing it in a consistent and safe fashion
It's more complex than just setting ctxt->instate = XML_PARSER_EOF
Update the public function to reuse that new internal routine