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