[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: for-each select="position()"

Subject: RE: for-each select="position()"
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 7 Feb 2007 00:27:29 -0000
RE:  for-each select="position()"
> 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?

Yes. It doesn't seem a very useful construct, but that's what it does. I can
imagine a use for

<xsl:for-each select="position()-1, position(), position()+1">

But wherever you can use a sequence of several numbers, you can also use a
sequence containing a single number.

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.