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