Skip to main content

xml_escape

Function xml_escape 

Source
pub fn xml_escape(value: &str) -> String
Expand description

XML-escape a value for an attribute or text node. Matches the five substitutions used by the Swift generator (&, ", <, >, ').