[Zope-CMF] sorting lists...

Antony Higgs ahiggs@brookes.ac.uk
Fri, 28 Mar 2003 09:46:05 +0000


Hi

Using contentValues() to return a list of content, I am left with the
following...

[ <Document at /my_folder/doc_a_id>,
<Document at /my_folder/doc_b_id>,
<Document at /my_folder/doc_c_id> ]

Is it possible to sort the list alphabetically on an attribute of each
Document. ie. on 'Title'?

...and if so, how?  ;-)


Cheers,

Antony