[Zope] DTML parsing Python- tuples and lists

Michel Pelletier michel@digicool.com
Sat, 08 Apr 2000 12:49:21 -0700


Andrew Diller wrote:
> 
> Hello: I wondering how/if DTML can parse Python sequence types: the list and tuple.

The <dtml-in> tag iterates over sequences and it is loosely analogous to
a python 'for'.

It is documented pretty thourougly in the DTML Programmers Guide on the
Zope site.

-Michel