Skip to main content

parse_str_with_config

Function parse_str_with_config 

Source
pub fn parse_str_with_config(
    xml: &str,
    config: &ParserConfig,
) -> XmlResult<Document>
Expand description

Parses XML from a string using an explicit configuration.