XML_MAX_DICTIONARY_LIMIT

Constant XML_MAX_DICTIONARY_LIMIT 

Source
pub const XML_MAX_DICTIONARY_LIMIT: usize = 10000000;
Expand description

Maximum size allowed by the parser for a dictionary by default This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it. Introduced in 2.9.0