[ZPT] RE: repeat tag behaviour

Miles Waller miles@emotion.co.uk
Sat, 17 Mar 2001 02:27:06 -0000


just worked it out!!  the problem was it should have read:

<li tal:repeat="type python:'digital', 'analog', 'organic'"> 
  <a href="dummy" tal:replace="var:type">selection</a>
</li>