I\'m a noob with XSLT, so please excuse my ignorance... I\'m trying to sort a simple XML file by attribute value and tag name, but I struggle in accessing the value of the a
This XSLT 2.0 transformation performs sorting by element name and multiple attributes nameand value:
|
when applied on this XML document (the provided one, but added multiple attributes):
the correctly sorted result is produced: