xml_esc¶
xml_esc escapes special XML characters.
- ssOut = xml_esc(ssIn)
Return Value
ssOut escaped string.
Parameters
- ssIn
ssIn unescaped string.
Comment
ssIn |
ssOut |
---|---|
& |
& |
< |
< |
> |
> |
‘ |
' |
“ |
"e; |
0x01 .. 0x08, 0x0e, 0x0f, 0x11 .. 0x1f |
removed |
History
Version |
Description |
---|---|
R2013 |
Documented. |
R2010 |
New. |
See also
id-1002398