[ZPT] Re: 'i18n:name' behaves like 'tal:omit-tag'

Tonico Strasser contact_tonico at yahoo.de
Fri Oct 22 13:29:51 EDT 2004


Tonico Strasser wrote:
> Is this a bug or a feature?

Just in case it is a bug, here is the workaround:

     <tal:x i18n:translate="">
       Hello
       <a href="/" i18n:name="name" tal:content="default">World</a>!
     </tal:x>

The output will be:

     Hello <a href="/">World</a>!

Thanks for listening.

Tonico



More information about the ZPT mailing list