[Zope] RE: ZPT and SESSION variable

Andreas Tille tillea@rki.de
Fri, 27 Sep 2002 09:38:49 +0200 (CEST)


On Fri, 27 Sep 2002, Julian Melville wrote:

>   <span tal:replace="options/xxx">dummy content</span>
>
> will show up in your page as just the number 3.
>
>  <div tal:repeat="item options/yyy" tal:content="item">dummy content</div>
Thanks this works so far.  But I want to foreward one of the parameters to
a further script inside the page template like this:

   <span tal:replace="structure python:here.Script(options/xxx)">xxx</span>

but neigther this nor

   <span tal:replace="structure python:here.Script(xxx)">xxx</span>

works.  Any hint here?

Kind regards

         Andreas.