Thanks Philipp and Jim, It worked! But... (there's always a but! :) I thought I was clever when I thought about naming my news files news999, news998 etc, thinking it would parse the directory and print the news sorted by their names. So news998 would be printed before news999 etc. It doesn't. <deleted questions because it's fixed> :) </deleted> Now this too is fixed. I just discovered the "sort=" thingie. One thing would sure be helpful, a Guide explaining all the subtags in a tag. Like what can be used in a <dtml-var> or <dtml-in> and params for each subtag. Because as someone mentioned, searching on zope is a real hassle. It takes a long time, and the search is ORed. So lots of unrelated docs are counted as a hit. Thanks a lot to all the helpers. Dany
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Philipp Dunkel Sent: Friday, November 24, 2000 5:00 PM To: Zope Mailing List Subject: Re: [Zope] Newbie Question
I'm probably just being dumb... :)
--------<PASTE>---------- <dtml-var standard_html_header>
<p> <dtml-with News> <dtml-in objectValues>
<dtml-var "_['sequence-item']">
</dtml-in> </dtml-with> </p>
<dtml-var standard_html_footer>
this should work out for you.
cu
Philipp