Usage: (html-escape-encode str)
This function will replace replace the characters '&'
,
'<'
and '>'
characters with the HTML/XML
escape-encoded strings ("&"
, "<"
, and
">"
, respectively).
Arguments:
str - string to make substitutions in