Hello all,

I'm finally back with a question.. :O)

I would like to order repeated elements of a template.
I have a document like this:
<doc>
        <repeated>
                <item order="3" />
                <item order="1" />
                <item order="2" />
        </repeated>
</doc>

I would like that my layout.xml could be able to reorder the repeated items before show the template to the user.

So the user will got a page where the items are in ascending order.
<doc>
        <repeated>
                <item order="1" />
                <item order="2" />
                <item order="3" />
        </repeated>
</doc>

Is this possible?

Thanks a lot.
--
By MCM.
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Reply via email to