A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixB.stx#4-150
---------------
Sort child objects by title (ignoring case) and date (from newest
to oldest)::
<dtml-in expr="_.sequence.sort(objectValues(),
(('title', 'nocase'),
('bobobase_modification_time',
'cmp', 'desc')
))">
<dtml-var title> <dtml-var bobobase_modification_time> <br>
</dtml-in>
% Anonymous User - Nov. 26, 2003 4:44 am:
What is the python equivalent of bobobase_modification_time ?
_______________________________________________
ZDP maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zdp
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.