Garito wrote:Path expressions already support this.
> Use:
> /path/to/the/object/with/${some/magic/variables}/to/solve/some/paths/in/a/simplest/way
tal:define="pathel some/magic/variables;
obj path/to/the/object/with/?pathel/to/solve/some/..."
So basically in TALES path expressions you can say foo/?bar and the
value of the 'bar' variable will be used to traverse the next step from
'foo'.
_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )