xsltproc: nodeset sort fails on a namespace node
Another libxml2/libxslt bug is found and reported by me.
Consider the following code:
xsltproc produces:
but expected result is:
<t3>ns:ns:ns</t3> instead of <t3>aval</t3> is expected because namespace nodes come before attribute nodes in the document order.