Jeff Rush wrote:
> I need control over which namespace is searched, so I added a couple of
> generic TALES namespace adapters.  Now I can do:
> 
>   <h1 tal:content="context/attribute:name" />

How about :
<h1 tal:content="context/++attribute++name" />

> 
> to -only- search for a name attribute, and (less frequently):
> 
>   <h1 tal:content="context/item:ABC123" />

<h1 tal:content="context/++item++ABC123" />

See zope.app.traversing for other namespaces.

Jürgen

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to