-----Original Message-----
From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On
Behalf Of J Cameron Cooper
Sent: Wednesday, June 15, 2005 1:37 PM
To: Asad Habib
Cc: zope@zope.org
Subject: Re: [Zope] Exiting a Loop
Asad Habib wrote:
Yes, I should not be doing this but I am using DTML not ZPT
and since
DTML provides programming functionality and in this case
the ability
to loop, there should be a way to exit a loop as well.
DTML is not a complete programming language; it simply provides some
(too-) familiar structures. You may try to treat it as such,
and can get away with it to a certain extent, but you may run
into limitations.
If you treat it as a templating engine (which it is) you will
find it complete.
--jcc
--
"Building Websites with Plone"
http://plonebook.packtpub.com/
Enfold Systems, LLC
http://www.enfoldsystems.com
_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )