[Zope] Calling __call__ from an External Method

Dieter Maurer dieter@handshake.de
Wed, 28 Feb 2001 20:48:26 +0100 (CET)


Sebastien Nameche writes:
 > ...
 > The problem is that I don't know how to render the DTML source of my
 > document into HTML before converting it into SYLK. I have tried to use
 > "__call__" method in various ways but couldn't find the correct
 > syntax/parameters/namespace to use.
You may have a look at

  URL:http://www.dieter.handshake.de/pyprojects/zope/CatalogSupport.html

It renders DTML to obtain and filter HTML for indexing purposes.

You may also look at

  URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html

It contains a description how DTML objects are rendered.


Dieter