Hi,
 
I'm having problems trying to escape a double quotes in a DTML call.
 
For example:
 
<dtml-call "REQUEST.set('FUTURE_URL','<A href="adocument?id=133">click</A>' )">
 
The double quotes for the 'href' cause problems with the expression double quotes. I tried escaping with \" but this doesn't work either.
 
Any suggestions?
 
Thanks in advance.