31 Jul
2003
31 Jul
'03
11:33 a.m.
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