[Zope-dev] dtml-in attr request: rsort
Rik Hoekstra
rik.hoekstra@inghist.nl
Fri, 25 Feb 2000 09:35:04 +0100
Jeff Bauer wrote:
>
> Andrew Lahser wrote:
> > There is already a "reverse" attribute, how would
> > rsort differ from this?
>
> Is there a reverse sort attribute for the dtml-in tag?
>
> http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.8.html
The guide is mistaken. Just put in a reverse as a last argument in the
in tag (as I'm sure you already know), like so (taking the example from
the guide):
<dtml-in employees sort=name reverse>
Rik