Skip to main content

read_xml_with_schema

Function read_xml_with_schema 

Source
pub fn read_xml_with_schema(
    text: &str,
    schema: &Schema,
) -> Result<Doc, OmnistError>
Expand description

Parse XML text into a Doc with schema-guided pretyping of boolean, integer, and number scalar fields (spec §2.2 / issue #114).