[Zope-dev] Re: TALES idea: tuple unpacking

Chris Withers chrisw@nipltd.com
Thu, 31 Jul 2003 12:33:06 +0100


Evan Simpson wrote:
> OK, I've checked in a sample implementation on "evan-pathprefix-branch". 
>  It allows for registering prefixes with:
> 
> from Products.PageTemplates.PathPrefixes import registerSubPathPrefix
> registerSubPathPrefix('call',  call_compiler, call_handler)

How would this interact with the Adapters stuff implements in Zope 3's TALES?

I'm pretty sure the implementation there could be used to make this happen, if 
it was backported to Zope 2's TALES...

cheers,

Chris