pub fn parse(xml: &[u8]) -> Result<Node, String>
Parse an XML document into a tree rooted at the first element.
Returns a string error on malformed XML.