pub fn read_xml(text: &str) -> Result<Doc, OmnistError>
Parse XML text into a Doc, preserving element order/interleaving exactly (see this module’s doc comment).
Doc