I was wondering if I could get some help with a problem that I have been having with Umbraco. We have a flash shell for our pictures that cause them to rotate on our website. These are loaded by two XSLT files, one that holds the flash animation and passes the varibles and one that is an XML version. The problem I am having is I can't get the images to sort through umbraco. They appear sorted but they never show sorted on the website. I have tried everything I could think of. Hoping I can get some help here. Below are the XSLT's and the changes I have tried: Thanks again for all your help.
Thanks for the quick relply. Tried what you suggested above and still no luck... Also tried clearing and deleting all temp, cookies, cached internet files, still no luck.. It seems like the sort is not doing anything at all.
XSLT not sorting images in Umbraco
Hi All,
I was wondering if I could get some help with a problem that I have been having with Umbraco. We have a flash shell for our pictures that cause them to rotate on our website. These are loaded by two XSLT files, one that holds the flash animation and passes the varibles and one that is an XML version. The problem I am having is I can't get the images to sort through umbraco. They appear sorted but they never show sorted on the website. I have tried everything I could think of. Hoping I can get some help here. Below are the XSLT's and the changes I have tried: Thanks again for all your help.
SlideshowXML.XSLT
Here are the steps I have tried so far with no luck:
<xsl:sort select="data [@alias = 'Community Involvement']" order="ascending"/>
Again any help would be greatly appreciated I am really stumped on this.. Thanks!
Not applying any sort they should out put in the order that they are in umbraco. This may be a browser cache issue.
have you tried this:
Thanks for the quick relply. Tried what you suggested above and still no luck... Also tried clearing and deleting all temp, cookies, cached internet files, still no luck.. It seems like the sort is not doing anything at all.
is working on a reply...