pub fn encode_double_quoted_attribute_to_string<S: AsRef<str>>(
text: S,
output: &mut String
) -> &str
Expand description
Write text used in a double-quoted attribute to a mutable String
reference and return the encoded string slice.
The following characters are escaped:
&
=>&
<
=><
>
=>>
"
=>"