Skip to main content

parse_bytes_with_recovered

Function parse_bytes_with_recovered 

Source
pub fn parse_bytes_with_recovered(
    input: &[u8],
    opts: &ParseOptions,
) -> (Result<Document>, Vec<XmlError>)
Expand description

Recovery-mode sibling of parse_bytes. See parse_str_with_recovered for semantics.