I can use "sort_order=reverse" to get a reverse sorted list in ZCatalog. What's the equivalent for dtml-in? sort_order doesn't work and I can't find anything else in the docs. -- Kiran Jonnalagadda http://lunateks.com baby.sh: while true; do echo "^G^G^G^G^G"; sed -e 's/food/poop/'; sync; sync; sleep 15; done
on Wednesday, March 08, 2000 Kiran Jonnalagadda wrote : KJ> I can use "sort_order=reverse" to get a reverse sorted list in ZCatalog. KJ> What's the equivalent for dtml-in? sort_order doesn't work and I can't KJ> find anything else in the docs. just use 'reverse' like this : <dtml-in "objectValues(_['sequence-item'])" sort=bobobase_modification_time reverse size=3 orphan=0> -- Geir B Hansen web-developer/designer geirh@funcom.com http://www.funcom.com
On Wed, 8 Mar 2000, Kiran Jonnalagadda wrote:
I can use "sort_order=reverse" to get a reverse sorted list in ZCatalog. What's the equivalent for dtml-in? sort_order doesn't work and I can't find anything else in the docs.
It is hust plain "reverse". Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Geir B Hansen -
Kiran Jonnalagadda -
Oleg Broytmann