[Zope-dev] dtml-break

Jonothan Farr jfarr@real.com
Thu, 11 May 2000 16:28:48 -0700


Yesterday I announced a patch on the Zope list that adds a <dtml-break> tag
which allows you to break out of a <dtml-in> iteration like so:

<dtml-in sequence>
<dtml-if condition>
<dtml-break>
</dtml-if>
<dtml-var sequence-item>
</dtml-in>

I'm just wondering what you folks on the zope-dev list and at DC think about
adding something like this to the Zope core before my patch gets lost in the
collector.

Thanks,
--jfarr

"Perl is worse than Python because people wanted it worse."
Larry Wall, 14 Oct 1998