pub fn render_xml(
xml_type: &XmlOutputType,
content: &str,
context: &Option<XmlOutputContext>,
) -> StringExpand description
Render XML content based on its type.
Returns formatted string for terminal display. Falls back to raw XML with warning if parsing fails.