[Zope] How do I access an item in a list from dtml?

Dan Rusch drusch@globalcrossing.com
Wed, 13 Oct 1999 14:58:40 -0500


The code below allows you to get at each item in a list one at a time.

Hope this helps.

DR
<!--#in tabularHeaders-->
	<!--#call "REQUEST.set('headerVars',_['sequence-item'])"-->
	<Th><B><!--#var expr="headerVars"--></B></th>
<!--#/in tabularHeaders-->