Better access to APIs in paths (was Re: [Zope3-dev] needing views clues - template/title troubles)

Chris Withers chrisw@nipltd.com
Tue, 25 Feb 2003 13:11:51 +0000


Shane Hathaway wrote:
> I want to spell it like this:
> 
> <html tal:namespaces="dc http://purl.org/dc/elements/1.1/;
>                       zope http://namespaces.zope.org/zope">
> <head>...</head>
> <body>
> <p>The title of this document is
> <span tal:content="here/dc:title">Some Title</span>.</p>
> <p>Its path in Zope is
> <span tal:content="here/zope:path">Some Path</span>.</p>
> </body>
> </html>
> 
> What do others think?

I love it :-)

Chris