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.