Skip to main content

write_xml11_attribute

Function write_xml11_attribute 

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

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

see for_xml11_attribute for encoding rules.