[Zope] Embedding absolute_url in TAL Syntax

Florent Guillaume fg@nuxeo.com
Thu, 6 Jun 2002 21:57:14 +0000 (UTC)


I wrote:
> That's because <tal:content="item/title"> is not valid XML.
> What would be correct is <tal:content="item/title" />.

Huh, brainfart. What would be correct is, for instance:
  <p tal:content="item/title" />
or
  <p tal:replace="item/title" />

But Mike's solution is still better :-)

Florent
-- 
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 87  http://nuxeo.com  mailto:fg@nuxeo.com