pub fn value_to_xml_string(value: &Value) -> Option<String>
Converts a Value to an XML-safe string representation.
Value
Returns None for Value::Null (callers should omit the element).
None
Value::Null