[Zope] (no subject)

Andreas Wandel wandel@math.uni-potsdam.de
Tue, 22 May 2001 15:40:02 +0200 (CEST)


Hello,

I am new to python !

I want to pass an argument to an external method. The argument is an
dtml document (more precisely: the content of the document).
I tried this:

<dtml-var ExternalMethod(<dtml-var DtmlDocument>)>

This produces a "parse error". I guess there have to be some quotes or
brackets - but where?

Thank's in advance

Andreas