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