Skip to main content

xmlParserOption_XML_PARSE_NOBLANKS

Constant xmlParserOption_XML_PARSE_NOBLANKS 

Source
pub const xmlParserOption_XML_PARSE_NOBLANKS: xmlParserOption = 256;
Expand description

Remove some whitespace from the result document. Where to remove whitespace depends on DTD element declarations or a broken heuristic with unfixable bugs. Use of this option is DISCOURAGED.

Not supported by the push parser.