pub fn to_string<T: Serialize>(value: &T) -> Result<String, String>
Serializes a value to an XML string.