Function minidom::element::escape [] [src]

pub fn escape(raw: &[u8]) -> Cow<[u8]>

helper function to escape a &[u8] and replace all xml special characters (<, >, &, ', ") with their corresponding xml escaped value.