This is my xml input
6.14.0
I think you have to make your key more specific. When defining a key in XSLT it is always defined for the whole XML document, not for sections. You have to concat() more than one value when defining a key.
Plesae have a look at this thread: Muenchian Grouping - group within a node, not within the entire document
Best regards, Peter