http://www.w3.org/Bugs/Public/show_bug.cgi?id=1277 ------- Additional Comments From mike@saxonica.com 2005-05-10 15:32 ------- Just one extra observation: for sorting, -0 and +0 compare equal, and like all other equal sort keys, this can be resolved by adding a second sort key. So (using XSLT notation), <xsl:sort select="$n"/> <xsl:sort select="1 div $n"/> will cause -0 to be sorted before +0. Michael KayReceived on Tuesday, 10 May 2005 15:32:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 March 2012 18:14:38 GMT