Skip to main content

write_xml_attribute

Function write_xml_attribute 

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

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

see for_xml_attribute for encoding rules.