----- Original Message -----From: Adam PawliukSent: Monday, May 01, 2000 1:47 PMSubject: [Zope-dev] Escape characters in dtmlHi,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.