[Zope] how to display contents of a folder?

Menard.Jean-Francois@hydro.qc.ca Menard.Jean-Francois@hydro.qc.ca
Fri, 24 Nov 2000 09:39:16 -0500


Hi Andrei,

  You can try:

<dtml-with MyFolder>
<dtml-in "objectValues('DTML Document')">
  <stuff>
</dtml-in>
</dtml-with>

Good luck!
Jean-François Ménard
Intranet DPAS
Pratiques d'affaires et orientations
*        (514) 840-3000  poste 3939
*  (514) 840-5585
*  menard.jean-francois@hydro.qc.ca
*         855 Ste-Catherine est, 6e étage
              Montréal, Qué. H2L 4P5


-----Message d'origine-----
De : Andrei Belitski [mailto:andrei.belitski@student.uni-tuebingen.de]
Envoyé : vendredi 24 novembre 2000 09:16
À : zope@zope.org
Objet : [Zope] how to display contents of a folder?


Hi
I would like to display contnent of a zope folder on my HTML-page
preferrebly only the DTML Documents of a particular folder, how can I do
it?
Thank you very much in advance
Andrei

_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )