Next: , Previous: , Up: Common Scheme Functions   [Contents][Index]


3.5.12 html-escape-encode - encode html special characters

Usage: (html-escape-encode str)
This function will replace replace the characters '&', '<' and '>' characters with the HTML/XML escape-encoded strings ("&amp;", "&lt;", and "&gt;", respectively).

Arguments:
str - string to make substitutions in