\Escape

Purpose:

Escapes a text string to ensure that it is syntactically correct for inclusion in page content.  The replacements performed are:

"        "

&        &

<       &lt;

>       &gt;

'         &apos;

Parameters:

Parm                      Text string to be escaped