[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix A: DTML Reference
webmaster@zope.org
webmaster@zope.org
Thu, 07 Nov 2002 16:31:08 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixA.stx#3-52
---------------
If tag syntax::
<dtml-if ConditionVariable|expr="ConditionExpression">
[<dtml-elif ConditionVariable|expr="ConditionExpression">]
...
[<dtml-else>]
</dtml-if>
% Anonymous User - Nov. 7, 2002 4:31 pm:
What is ConditionExpression. What are the rules writting ConditionExpression.
This is all VERY brief.