pub fn to_xml_root<T: Serialize>( root: &str, value: &T, ) -> Result<String, DeError>
Serialize a serde value as <Root xmlns="...">...</Root> with a leading XML declaration.
<Root xmlns="...">...</Root>