Jean Jordaan wrote:
> Hi all
>
> Is this:
>
> <tal:calendar content="structure python:here.date.calendar(here.date,
> request)">
> </tal:calendar>
>
> the best way of doing this:
>
> <dtml-with date><dtml-var calendar></dtml-with>
>
> with ZPT?
Try this:
<tal:x define="date here/date"
replace="date/calendar"/>
...cheers,
Chris