fn escape_item(
value: &str,
target: QuoteTarget,
level: QuoteLevel,
) -> Cow<'_, str>
Expand description
Escapes atomic value that could be part of a xs:list
. All whitespace characters
additionally escaped
fn escape_item(
value: &str,
target: QuoteTarget,
level: QuoteLevel,
) -> Cow<'_, str>
Escapes atomic value that could be part of a xs:list
. All whitespace characters
additionally escaped