To clarify, I've tried using sort with each of its various options (as
listed on
http://www.w3.org/TR/xslt#sorting), but no matter what I do it
always sorts the items like this:
A B C a b c
That's not a correct sorting order by any definition that I've seen.
I don't really mind whether it sorts upper case items before or after lower
case, but I would like it to sort all items beginning with an "A" of either
case before all items beginning with a "B" of either case. Either of the
following would be fine:
A a B b C c
a A b B c C
I hope that makes it a bit clearer - sorry, I didn't explain very well the
first time around.
--
I'm at CAMbridge, not SPAMbridge