[Zope-dev] break

Bill Anderson bill@libc.org
Thu, 30 Mar 2000 10:17:08 -0700


Andrew Edmondson wrote:
> 
> Is there any way of doing a break in zope?
> As in:
> 
> <dtml-in list>
>         <dtml-if X>
>                 <dtml-break>
>         </dtml-if>
> </dtml-in>
> 


<dtml-in list>
        <dtml-if X>
        <dtml-else>
		Stuff...
        </dtml-if>
</dtml-in>

Should approximate it.

-- 
In flying I have learned that carelessness and overconfidence are 
usually far more dangerous than deliberately accepted risks. 
          -- Wilbur Wright in a letter to his father, September 1900