I don't believe the sortorder is included anywhere in the XML schema that RCC uses. However you shouldn't need it, it (should) return the items in the order they are sorted in the control.
If you need to output a sort order to something else you could use <xsl:value-of select="position()"/> to output the current position in the loop
Get Sort Order
How can i get the value of the sort order functionality of Repeatable Custom Content v2?
I tried:
But this does not work
Hi dominik,
I don't believe the sortorder is included anywhere in the XML schema that RCC uses. However you shouldn't need it, it (should) return the items in the order they are sorted in the control.
If you need to output a sort order to something else you could use <xsl:value-of select="position()"/> to output the current position in the loop
-Tom
is working on a reply...