[Zope] Escaoe " in string

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Fri, 5 Oct 2001 14:11:42 +0400


On Fri, Oct 05, 2001 at 11:59:16AM +0200, Gitte Wange wrote:
> How do you escape " in a <dtml-call> ??

   You cannot - DTML parser is too simple. Use _.chr(34) instead.

Oleg.
---- 
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.