Skip to main content

read_xml

Function read_xml 

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

Parse XML text into a Doc, preserving element order/interleaving exactly (see this module’s doc comment).