Skip to main content

write_cdata

Function write_cdata 

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

writes the CDATA-encoded form of input to out.

see for_cdata for encoding rules.