pub const xmlParserOption_XML_PARSE_RECOVER: xmlParserOption = 1;Expand description
Enable “recovery” mode which allows non-wellformed documents. How this mode behaves exactly is unspecified and may change without further notice. Use of this feature is DISCOURAGED.
Not supported by the push parser.