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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...