[Zope] <dtml-if> newbie question

hohage hohage@muenster.de
Thu, 9 Nov 2000 16:47:58 +0000


Hallo Stephan
you can't iterate over a string!
That's working:
<dtml-if "money=='1000'">
                                         This is not much!
                                         <dtml-elif "money=='5000'">
                                         This is ok!
                                         <dtml-else>
                                         This is very much!
                                         </dtml-if>