xsl-list
[Top] [All Lists]

[xsl] Unexpected ('a', 'b')[fn:position()] result

2007-03-06 16:56:17
I am using XSLT 2.0, XPath 2.0, and Saxon-B 8.9 (which I dearly love). 

This one has driven me completely batty. By all tests and appearances, 

<xsl:template match="/">
 <xsl:sequence select="fn:position()"/>
</xsl:template>

returns the integer 1,

<xsl:template match="/">
 <xsl:sequence select="('a', 'b')[1]"/>
</xsl:template>

returns the string 'a', and

<xsl:template match="/">
 <xsl:sequence select="('a', 'b')[fn:position()]"/>
</xsl:template>

returns ('a', 'b'). 

Why is this? Everything tells me the last expression should evaluate to 'a'. 
Did I miss something?

Thanks for reading,
Rachel Basse


Care2 make the world greener!

Stop the Forest Service from killing more wolves, bears, cougars, and other 
animals in the wild:
http://go.care2.com/99055

http://www.Care2.com  Free e-mail. 100MB storage.  Helps nonprofits. 

--~------------------------------------------------------------------
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>
--~--