pub fn to_string<T>(value: &T) -> Result<String, Error>where T: Serialize,
Serialise serde item to XML
value