I have created an XSLT where when a user imports images into a library, the get put into a flash rotation thing, kind of like a banner. The problem I am running into is when a user tries to sort the images using the sort funtion in Umbraco. They show that there sorted in the umbraco admin tool, but they do not become sorted on the website. I don't know if I am missing a sort function in my code or what. I tried putting a sort function on the nodeID in the SlideShowXML.XSLT but that didn't work. Any help would be greatly appreaciated. Thank You.
Here are the pieces of code though that work with the Slide Show Images:
Sort Order Images
I have created an XSLT where when a user imports images into a library, the get put into a flash rotation thing, kind of like a banner. The problem I am running into is when a user tries to sort the images using the sort funtion in Umbraco. They show that there sorted in the umbraco admin tool, but they do not become sorted on the website. I don't know if I am missing a sort function in my code or what. I tried putting a sort function on the nodeID in the SlideShowXML.XSLT but that didn't work. Any help would be greatly appreaciated. Thank You.
Here are the pieces of code though that work with the Slide Show Images:
SlideShow.XSLT
SlideShowXML.XSLT
So far I have tried three different techniques for sort and none of them seem to be working. By the way I am on Umbraco version 4.0.3
Here are the three options I have tried so far:
So far I have tried three different techniques for sort and none of them seem to be working. By the way I am on Umbraco version 4.0.3
Here are the three options I have tried so far
<xsl:sort select="data [@alias = 'Community Involvement']" order="ascending"/>
Any help would be greatly appreaciated. Thanks
is working on a reply...