Hello..
We currently have an HTML module which lists the letters of the alphabet across; E.g.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
If there are "A" entries, we configure the above as such:
<a h-r-e-f="#As">A</a>
Then below this, we have a listing of the different departments sorted by their first letter.
For the main departments letter, we have it configured for the letter like this:
<a s-t-y-l-e="font-size: 24px;" name="As">A</a>
Now, I'd like to automate this via XMP so the upper portion will be autogenerated with the proper links if there are active items in the DB.
Any ideas on how to accomplish this?