Try:

http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.7.3.html

For accessing variables containing hyphen inside expressions, use something 
like:

<dtml-in firetruck>
  <dtml-if "_.['count-firetruckname'] > 26">
    ...
  </dtml-if>
</dtml-in>

(The above assumes that "firetruckname" is an attribute of an item inside 
the "firetruck" list.)

Hung Jung


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to