pub fn read_xml<T>(body: &[u8]) -> Result<T, Error>where T: DeserializeOwned,
xml
Reads XML from bytes.