[Zope] How to call functions in DTML?

Josef Meile jmeile@hotmail.com
Fri, 9 Aug 2002 09:41:41 +0200


>> To call python functions from within a document:
>> <dtml-var expr="python_script(attr1, attr2, ...)">
Is 'expr=' necessary? I always use:
<dtml-var "python_script(attr1, attr2, ...)">

and it works.

Regards,
Josef.