Skip to main content

xml_escape

Function xml_escape 

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

XML-escape a string value.

Replaces the five XML special characters with their entity references.