[Zope] Handling of Multiple :list's
Dieter Maurer
dieter@handshake.de
Thu, 17 Jul 2003 21:31:05 +0200
Julian Clark wrote at 2003-7-17 08:20 +0800:
> or should I say Hallo :List =)
>
> I'm trying to work out how to do, or even if it is possible, to handle two :lists within nested in statements...
>
> How would I make this reference the correct lists.
>
> <!--#in amountlist -->
> <!--#in marketinglist -->
Look at the "dtml-in"s "prefix" attribute.
By the way, the old "<!-- ... -->" syntax hurts my eyes.
I much prefer the modern "<dtml-XXX>" syntax.
I like even more ZPT and Python Scripts and nowadays use DTML
only in special cases (for CSS, JavaScript, SQL, Emails).
Dieter