[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix A: DTML Reference

webmaster@zope.org webmaster@zope.org
Wed, 11 Dec 2002 17:57:47 -0500


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixA.stx#4-21

---------------

        For example, if the sequence size is 12, the batch size is 10
        the orphan size is 3, then the result is one batch with all 12
        items since splitting the items into two batches would result in
        a batch smaller than the orphan size.

          % htrd - Apr. 24, 2002 9:06 am:
           (Re http://collector.zope.org/Zope/358) 

           no_push_item 

            inhibit pushing "sequence-item" onto the namespace stack while evaluating the body of the dtml-in

          % Anonymous User - May 8, 2002 7:59 am:
           the default value in earlier zope versions was 3

          % Anonymous User - May 8, 2002 8:03 am:
           below: prefix
           this is also a newer addition,
           maybe its possible to add since which zope version

          % Anonymous User - Dec. 11, 2002 5:57 pm:
           You may also sort by multiple attributes using the syntax 
           sort="attr1,attr2,attr3"