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
I've been using this to sort by the order in admin:
<xsl:sort select="@sortOrder" order="ascending" data-type="number" />
but it isn't actually taking the order of my nodes - there is one out of line.
Any idea why that could be?
Hi Tizer,Sometimes you just have to reorder your nodes to set the sortorder again.I always check the sortOrder values to check if its neccesary.<xsl:value-of select="@sortOrder"/>Bas
That fixed is Bas - Thank you :)
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
Sorting by sortOrder
I've been using this to sort by the order in admin:
<xsl:sort select="@sortOrder" order="ascending" data-type="number" />
but it isn't actually taking the order of my nodes - there is one out of line.
Any idea why that could be?
Hi Tizer,
Sometimes you just have to reorder your nodes to set the sortorder again.
I always check the sortOrder values to check if its neccesary.
<xsl:value-of select="@sortOrder"/>
Bas
That fixed is Bas - Thank you :)
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.