xsl-list
[Top] [All Lists]

RE: [xsl] Extracting text between nodes

2008-02-15 04:35:02
<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>
--~--