[Zope] ZPT: looping through a list of attributes

Jens Quade jq@jquade.de
21 Feb 2002 13:20:24 +0100


"Chad Nantais" <cnantais@rednaxel.com> writes:

> <meta name="keywords"
>       content="Keywords, will, appear, here"
>       tal:repeat="item here/subject"
>       tal:attributes="content repeat/item">
                                ^^^^^^ Why are you referencing repeat?

Just tal:attributes="content item" should work.