On Thu, 7 Dec 2000, Ragnar Beer wrote:
> This would logically be handled with "<dtml-var <dtml-var
> my_external_method>>" in index_html but this doesn't work.
Don't write DTML inside DTML. Inside DTML tag use Python:
<dtml-var "_[my_external_method()]">
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.