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 currently have a dynamic sort working that sorts based on fields in the document type.
<xsl:sort select="data[@alias=$mysort]" order="{$myorder}" data-type="{$mydatatype}"/>
What I'd like to add is the ability to sort by the Node Names of an xpath picker which enteres the value as the ID of the node.
I'm on umbraco 4.7 with .net 4 using the legacy schema and the Axendo Ultimate Picker XPath package.
I know this is a very old topic, but if someone will find it please take a look at this topic for solution.
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
Dynamic sort using node name of an ID fied.
I currently have a dynamic sort working that sorts based on fields in the document type.
<xsl:sort select="data[@alias=$mysort]" order="{$myorder}" data-type="{$mydatatype}"/>
What I'd like to add is the ability to sort by the Node Names of an xpath picker which enteres the value as the ID of the node.
I'm on umbraco 4.7 with .net 4 using the legacy schema and the Axendo Ultimate Picker XPath package.
I know this is a very old topic, but if someone will find it please take a look at this topic for solution.
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.