<xsl:template match="/"
priority="271000000.0057683456127458945386235">
a
</xsl:template>
<xsl:template match="/"
priority="271000000.0057683456127458945386234">
b
</xsl:template>
fails with a java.lang.ArrayIndexOutOfBoundsException: -2
error with Saxon.
Can't reproduce this. I get an "ambiguous rule match", which is because
Saxon is handling the values internally as doubles, and as doubles these two
values are equal.
Michael Kay
http://www.saxonica.com/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--