Xml-Escape

(xml-escape string) -> string

Some strings contain characters that XML (or HTML) will attempt to interpret, when that is not the desired action. This function converts those characters to something "safe".

>> (xml-escape "(> 9 5) returns true.")
:: "(> 9 5) returns true."