Replaces XML-unsafe characters with corresponding predefined XML entities.
Uses the shortest possible entities representation. I.e. " instead of ", and '' instead of '`.
"
"
'' instead of
A text to escape.
XML-safe text.
Generated using TypeDoc
Replaces XML-unsafe characters with corresponding predefined XML entities.
Uses the shortest possible entities representation. I.e.
"
instead of"
, and'' instead of
'`.