[Zope] URL quoting in python
Chris Withers
chrisw@nipltd.com
Fri, 21 Jul 2000 00:20:01 +0100
jpenny@universal-fasteners.com wrote:
> > <dtml-call "RESPONSE.redirect(URL1+'?foo_bar='+foobar)" url_quote>
> >
> > <dtml-call "RESPONSE.redirect(URL1+'?foo_bar='+foobar)" url_quote_plus>
Sorry, brain defect on my part: didn't notice the -call :(
I see someone alerady posted what I should have said...
> It also fails for <dtml-return>... It looks like url_quote is only applicable
> to <dtml-var>...which is sort of painful.
not really... how and what would you apply html_quote to in call and
return (return is slightly easier)
cheers,
Chris