escapeXML
Description
Returns the given string after being escaped to be valid for inclusion in XML. This means replacing XML special characters with their XML entity equivalents.
Syntax
escapeXML( string )
Examples
 escapeXML("Use Navigate > PB to get to the Pork&Beans section.") //returns "Use Navigate > PB to get to the Pork&Beans section."