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