[Zope] Warning: Newbie - sorting in <dtml-in

Marco Mariani m.mariani@imola.nettuno.it
Sun, 9 Apr 2000 17:08:05 +0200


How do I sort a "lines" property in dtml-in?

I have the following:

<dtml-in "myfolder.mylist">
<tr>
<td>
    <dtml-var sequence-item>
</td>
</tr>
</dtml-in>


I'd like the items to be sorted alphabetically.


Thank you.