Hallo, please tell me the way to define an if-not-clause with dtml. I thought the following is the right way!? <dtml-if not x> .... </dtml-if> but it is not excepted. greetings Axel
<dtml-unless X> </dtml-unless> ----- Original Message ----- From: "Axel Missbach" <Axel.Missbach@t-online.de> To: <zope@zope.org> Sent: Wednesday, March 07, 2001 12:50 PM Subject: [Zope] <dtml-if not X>
Hallo, please tell me the way to define an if-not-clause with dtml. I thought the following is the right way!?
<dtml-if not x> .... </dtml-if>
but it is not excepted.
greetings Axel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi! <dtml-if "not x"> </dtml-if> Should also work.... Paz Axel Missbach wrote:
Hallo, please tell me the way to define an if-not-clause with dtml. I thought the following is the right way!?
<dtml-if not x> .... </dtml-if>
but it is not excepted.
greetings Axel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
That though assumes existence whereas <dtml-unless X> doesn't. ----- Original Message ----- From: "Paul Zwarts" <paul.zwarts@oratrix.com> To: "Axel Missbach" <Axel.Missbach@t-online.de> Cc: <zope@zope.org> Sent: Wednesday, March 07, 2001 1:19 PM Subject: Re: [Zope] <dtml-if not X>
Hi!
<dtml-if "not x">
</dtml-if>
Should also work....
Paz
Axel Missbach wrote:
Hallo, please tell me the way to define an if-not-clause with dtml. I thought the following is the right way!?
<dtml-if not x> .... </dtml-if>
but it is not excepted.
greetings Axel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Axel.Missbach@t-online.de -
Paul Zwarts -
Phil Harris