[Zope] Stopping a <dtml-in>
Geoffrey L. Wright
geoff@northernwastes.org
17 Jan 2001 14:04:20 -0900
Dieter Maurer <dieter@handshake.de> writes:
> Diego Rodrigo Neufert writes:
> > <dtml-in "_.range(1000)">
> > ....code...
> > <dtml-if valueOk>
> > STOP THE LOOP
> > </dtml-if>
> > </dtml-in>
> A long time ago, someone has implemented a "dtml-break" tag.
Wow. That's good to know. I just created some fairly ugly code to
get around the lack of something like a dtml-break.
I just tried searching for it on zope.org, on the mailing lists, and
using google for good measure. Didn't find any mention of it
anywhere. If anybody does come up with a link I'd love to see it.
I wonder why there's nothing like that natively..?
//glw