[xsl] for-each select="position()"

Subject: [xsl] for-each select="position()"
From: "John Cavalieri" <john.cavalieri@xxxxxxxxx>
Date: Tue, 6 Feb 2007 17:04:34 -0600
The following appears to work with the latest Saxon in an XSLT v2 style sheet.
   <xsl:for-each select="position()">

My take on this is that position() returns a number and that number is
then used in a sequence of one.  Am I understanding this correctly and
should this be how all XSLT v2 processors behave?

Thanks,
John

--
John Cavalieri

Current Thread