Skip to main content

parse

Function parse 

Source
pub fn parse(xml: &[u8]) -> Result<Node, String>
Expand description

Parse an XML document into a tree rooted at the first element.

ยงErrors

Returns a string error on malformed XML.