[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix A: DTML Reference
webmaster@zope.org
webmaster@zope.org
Tue, 15 Oct 2002 04:17:50 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixA.stx#3-53
---------------
If the initial condition is false, each 'elif' condition is tested
in turn. If any 'elif' condition is true, its block is
executed. Finally the optional 'else' block is executed if none of
the 'if' and 'elif' conditions were true. Only one block will be
executed.
% Anonymous User - Oct. 15, 2002 4:17 am:
An example with something like : <dtml-if "a or b"> and multiple conditions statements would be great.