[Zope] DTML parsing Python- tuples and lists

Andrew Diller dillera@isc.upenn.edu
Wed, 5 Apr 2000 16:01:31 -0400


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

The scenario: an external method returns a tuple full of stuff(lists and dictionaries), and I want to
tear it down and format it using DTML fors and DTML ifs, but I don't see anyone talking about doing
this.

Any pointers would be appreciated.

-andy diller