[Zope-dev] getURL and url_quoting
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Mon, 28 Jan 2002 09:30:02 +0000
    
    
  
Hi lambert,
You question is better suited to the zope@zope.org list.
zope-dev is for the development of Zope not the development of applications with
Zope.
lambert muhr wrote:
> 
> <A HREF="&dtml.-getURL;">link</a>
> 
> unfortunately, the link on the web page turns out like this:
> 
> /base/select_mm_url/2/show_intro%3fstart%3d4
> 
> what is my mistake?
The entity syntax for DTML (&dtml-;) automatically url-quotes the result.
I'd use PageTemplates if I were you...
cheers,
Chris