nice. thanks. -----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Wednesday, February 21, 2001 11:03 AM To: tim@freepm.org Cc: donald.braman@yale.edu; Curtis Maloney; zope@zope.org Subject: Re: [Zope] Python 101 Tim Cook wrote: > > > My expression is: <dtml-if expr="bool_column == 't'">It is true</dtml-if> Much simpler: <dtml-if bool_column>It is true</dtml-if> cheers, Chris