Subject: RE: Extracting text between nodes
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 15 Feb 2008 11:34:35 -0000
|
> <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/
|