pub const xmlParserOption_XML_PARSE_NOERROR: xmlParserOption = 32;Expand description
Disable error and warning reports to the error handlers. Errors are still accessible with xmlCtxtGetLastError().
pub const xmlParserOption_XML_PARSE_NOERROR: xmlParserOption = 32;Disable error and warning reports to the error handlers. Errors are still accessible with xmlCtxtGetLastError().