Skip to main content

xmlParserOption_XML_PARSE_NOERROR

Constant xmlParserOption_XML_PARSE_NOERROR 

Source
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().