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