[ZCM] [ZC] 261/ 1 Request "A ZPT string expression ${path} with a . in is not recognized"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Mon, 04 Mar 2002 07:09:56 -0500


Issue #261 Update (Request) "A ZPT string expression ${path} with a . in is not recognized"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/261

==============================================================
= Request - Entry #1 by djay on Mar 4, 2002 7:09 am

This code

<a href="blah" tal:attributes="src string:${container/blah.svg/absolute_url}">

results in 

<a href="${container/meter.svg/absolute_url}">

I guess the regexp doesn't include all the valid path chars
==============================================================