Function sanitize_xml

Source
pub fn sanitize_xml(x: &str) -> String
Expand description

This function exists because the underlying XML parser will crash with certain &tag; expressions We just replace them with $FIXED_tag as text