pub fn parse_with_options<T: AsRef<[u8]>>(
xml: T,
options: &ParserOptions,
) -> Result<XmlDocument>Expand description
Parses XML content with custom options.
pub fn parse_with_options<T: AsRef<[u8]>>(
xml: T,
options: &ParserOptions,
) -> Result<XmlDocument>Parses XML content with custom options.