[Zope] is dtml-in doing a dtml-with? How do I turn off
thatbehaviour?
Michel Pelletier
michel@digicool.com
Sat, 26 Feb 2000 16:30:13 -0800
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