pub fn parse_str_with_config(
xml: &str,
config: &ParserConfig,
) -> XmlResult<Document>Expand description
Parses XML from a string using an explicit configuration.
pub fn parse_str_with_config(
xml: &str,
config: &ParserConfig,
) -> XmlResult<Document>Parses XML from a string using an explicit configuration.