Thank you Michael,
I am grouping part numbers in alpha-numeric order for html output. As I iterate through the for-each-group, I print out the current-grouping-key(). But I need to drop an anchor in for the index.
e.g.
Code:
<a name="{substring(current-grouping-key(), 1, 1)}"/>
I only want to do this once there is a change in the current-group()..
eg. A, B, C....
Thanks for the help.