--On 15. August 2007 16:05:13 +0100 Chris Withers <[EMAIL PROTECTED]> wrote:

Ah Tony,

looks like the penny is yet to drop...

[EMAIL PROTECTED] wrote:
Bummer. Well, I'm trying to call a script that will render content to
the Web, like this: <a tal:attributes="href
python:here.a_script(str(x))">

My guess is that what you're _really_ trying to do here is:

<a href=""
  tal:attributes="href string:${here/a_script/absolute_url}?avar=${x}"/>

...but next you'll be wondering how to url quote x.


By using the well-know url_quote() or url_quote_plus() methods.

-aj

Attachment: pgpkThXs92yqj.pgp
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to