pub fn xml_to_value(xml: &str) -> Result<Value, String>
Transcode an XML document into the equivalent Value.
Value