[ZPT] url_quote?

Evan Simpson evan@digicool.com
Mon, 4 Jun 2001 14:25:57 -0400


From: <jmr@computing.com>
> Is url_quote available from within a PT?

With a little mess, yes:

<span tal:define="pss modules/Products.PythonScripts.standard"
tal:replace="python:pss.url_quote('?a=b')"></span>

Cheers,

Evan @ digicool