Skip to main content

write_xml11

Function write_xml11 

Source
pub fn write_xml11<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the XML-1.1-encoded form of input to out.

see for_xml11 for encoding rules.