pub fn write_xml11<W: Write>(out: &mut W, input: &str) -> Result
writes the XML-1.1-encoded form of input to out.
input
out
see for_xml11 for encoding rules.
for_xml11