pub fn read_xml_with_schema( text: &str, schema: &Schema, ) -> Result<Doc, OmnistError>
Parse XML text into a Doc with schema-guided pretyping of boolean, integer, and number scalar fields (spec §2.2 / issue #114).
Doc