[Zope3-dev] context/@@absolute_url

Guido van Rossum guido@python.org
Wed, 11 Dec 2002 10:14:24 -0500


In a recent checkin, I saw this idiom:

+    <a href="configure/42"
+       tal:attributes="href context/@@absolute_url">

Can anyone explain the context/@@absolute_url idiom?  Is it similar to
view/absolute_idiom?

--Guido van Rossum (home page: http://www.python.org/~guido/)