[Zope] dtmll-in variables

josh on josh@zesty.com
Wed, 7 Jun 2000 22:36:59 +0100


is there an easy way to get a record count of total number of items or
iterations returned by a dtml-in tag?

I want to say if more than 26 records are returned then don't do this.

i.e.

<dtml-in firetruck>
<dtml-if recordcount > 26>
do this
<dtml-else>
do this
</dtml-if>
</dtml-in>

thanks for your time

josh on