[Zope] Macro in dtml

Sin Hang Kin kentsin@poboxes.com
Thu, 27 Apr 2000 12:47:39 +0800


Is it possible to do macro like construct?

I got a list of folders : events, activities, news, etc

Which I need to list the items in each of these in sequence, I would like to
do :

<dtml-in "['events', 'activities', 'news']">
   <dtml-with "sequence-item">
          <dtml-var list-items missing>
   </dtml-with>
</dtml-in>

Rgs,

Kent Sin