exslt set:distinct template order
XML / XSL
1
Posts
1
Posters
4
Views
1
Watching
-
Hi, I have the following XSL code: The set:distinct template from exslt.org: and the following call to it: After this the call variable value is a string with all distinct vname attributes of my xml document. thats fine. But the vname attributes appear in the result string in document order. Does anybody have an idea how to change this in order to obtain the vname attributes in alphabetical order? Thank you very much!