[Zope] urlencode in ZPT - newbie question
Dominic Hiles
Dominic.Hiles@bristol.ac.uk
Mon, 02 Jun 2003 09:22:24 +0100
Thanks Dieter - that sorted it out perfectly.
Cheers,
Dominic
--On 31 May 2003 11:23 +0200 Dieter Maurer <dieter@handshake.de> wrote:
>
> Try:
> ...
> tal:define="
> std modules/Products.PythonScripts.standard;
> url_quote nocall: std/url_quote;
> "
> tal:attributes="
> href python:url_quote(item.getId());
> "
> ...
>
> "standard" contains more helpful definitions....
>
>
> Dieter
>
>