pub const xmlParserOption_XML_PARSE_NODICT: xmlParserOption = 4096;Expand description
Create a document without interned strings, making all strings separate memory allocations.
pub const xmlParserOption_XML_PARSE_NODICT: xmlParserOption = 4096;Create a document without interned strings, making all strings separate memory allocations.