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/     [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to