26 Feb
2000
26 Feb
'00
3:42 a.m.
Hi again, I have confirmed your cases. And frankly I think it's a bug inside ZCatalog, but nothing to worry about. I think they are letting the sort feature out of ZCatalog now. So, instead of using sort_on inside the Catalog call, you simply use the sort feature of the <dtml-in ...> tag. So, instead of: <dtml-in "publicationCatalog(Authors='Kivshar',sort_on='Journal')"> <dtml-in "publicationCatalog(Authors='Kivshar',sort_on='Year')"> do this: <dtml-in "publicationCatalog(Authors='Kivshar')" sort=Journal> <dtml-in "publicationCatalog(Authors='Kivshar')" sort=Year> You'll now be a happy camper. regards, Hung Jung ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com