Hopefully someone can help me with this. I have a template that is pulling in data dymanically by the products people enter. The problem is, when someone adds a new product, it automatically goes to the bottom of that category instead of being sorted alphabetically. Here is the code for the template, it takes the first 200 characters, the title, and the image. One thing that I have tried already is the sort funtion in the xslt here:
<xsl:sort select="$products" order="ascending"/>
Is this right or am I missing something..Any help would be greatly appreciated.. Thanks
XSLT Sort Problem
Hi All,
Hopefully someone can help me with this. I have a template that is pulling in data dymanically by the products people enter. The problem is, when someone adds a new product, it automatically goes to the bottom of that category instead of being sorted alphabetically. Here is the code for the template, it takes the first 200 characters, the title, and the image. One thing that I have tried already is the sort funtion in the xslt here:
Is this right or am I missing something..Any help would be greatly appreciated.. Thanks
I want to sort by the title:
Should be something like this:
is working on a reply...