pub const xmlParserOption_XML_PARSE_DTDATTR: xmlParserOption = 8;Expand description
Adds default attributes from the DTD to the result document.
Implies XML_PARSE_DTDLOAD, but loading of external content can be disabled with XML_PARSE_NO_XXE.
pub const xmlParserOption_XML_PARSE_DTDATTR: xmlParserOption = 8;Adds default attributes from the DTD to the result document.
Implies XML_PARSE_DTDLOAD, but loading of external content can be disabled with XML_PARSE_NO_XXE.