>I was wondering if there was a decent way to escape the & sign ?

try these:

'&' -> &
'<' -> &lt;
'>' -> &gt;

ciao,
Norbert

Reply via email to