[Zope] Re: Quoting HTML

Josef Meile jmeile@hotmail.com
Fri, 11 Oct 2002 12:59:14 +0200


I do this trick and it works:

<dtml-let htmlText="myMethod(param1,param2)">
<dtml-var htmlText>
</dtml-let>

Regards,
Josef.