pub async fn transform_format(
format: &str,
xml_content: &XmlElement,
) -> Option<String>Expand description
Transform XmlElement to string in the given format. Returns None if format is not supported (e.g. “xml” uses build_xml_string instead).