pub const xmlParserOption_XML_PARSE_DTDLOAD: xmlParserOption = 4;Expand description
Enables loading of an external DTD and the loading and substitution of external parameter entities. Has no effect if XML_PARSE_NO_XXE is set.
pub const xmlParserOption_XML_PARSE_DTDLOAD: xmlParserOption = 4;Enables loading of an external DTD and the loading and substitution of external parameter entities. Has no effect if XML_PARSE_NO_XXE is set.