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