[Zope] Re: Returning an unrendered DTML Document object to a ZPT

Evan Simpson evan@4-am.com
Fri, 27 Jun 2003 12:29:14 -0500


Dominic Hiles wrote:
> I have tried:
> 
> <div tal:define="python:nocall(options['args'][0])"></div>

Seeing as how 'python:' doesn't autocall unless you suppress it the way 
path expressions do, this should work just fine:

"python:options['args'][0]"

Cheers,

Evan @ 4-am