27 Feb
2000
27 Feb
'00
12:30 a.m.
Kevin Meinert wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Extra parameters aside, the dtml-in tag behaves like a python for loop. Probably you can find descriptions of the extra parameters in the Zope Quick Reference as well as descriptions of objectIds,objectValues etc http://www.zope.org/Members/ZQR
Is there a way to iterate over the elements in a folder other than dtml-in? Maybe by using python for loops?
Of course. objectValues returns a python sequence like any other. -Michel