Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hi all.
how can i set the display order of a folder containing lot of article?
the name are 01-..., 02-...., 03-.... and so on.
(the update date is different )
thank you for all
nico
Hi Niccolo,
You could try to order your list of article in your loop like this
<xsl:sort select="@update" order="descending" />
Where '@update' will be your document type alias .
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Sort order
hi all.
how can i set the display order of a folder containing lot of article?
the name are 01-..., 02-...., 03-.... and so on.
(the update date is different )
thank you for all
nico
Hi Niccolo,
You could try to order your list of article in your loop like this
<xsl:sort select="@update" order="descending" />
Where '@update' will be your document type alias .
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.