Functionsยง
- escape_
xml - Escape XML/HTML special characters for safe interpolation into element
text content (between tags). Use when untrusted strings (process stdout,
user input, external data) go inside
<tag>${here}</tag>. - escape_
xml_ attr - Escape for interpolation into a double- or single-quoted attribute value:
<tag attr="${here}">. Escapes quotes in addition to& < >.