[Zope] <dtml-sqlgroup> & <dtml-sqltest>

Martin Fekete feky@nextra.sk
Thu, 18 Jan 2001 18:03:23 +0100


are expressions supported in <dtml-sqltest> ? 
documentation say yes. but it don't work (2.3.0b1 & 2.2.5 too)

second questions

can be <dtml-or> and <dtml-and> tags inside <dtml-if>
how to write it ?

i tryed this

arguments: op:boolean

<dtml-if op>
   <dtml-or>
<dtml-else>
  <dtml-and>
</dtml-if>

it says Unexpected tag, for tag <dtml-or>
but it don't work. any ideas ?

Martin Fekete