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

simulating for with foreach

Subject: simulating for with foreach
From: "Mohsen Saboorian" <mohsens@xxxxxxxxx>
Date: Wed, 5 Jul 2006 14:06:17 +0330
 simulating for with foreach
Thanks Mike, Thanks David,
to clarify my request, suppose I don't have needed sequence of nodes
anywhere, and want to access every 4 elements: 1, 5, 9, ... to the
end. Do I have to use <xsl:if test="position() mod 4 = 1", or there is
a more flexible way?


On 7/5/06, David Carlisle <davidc@xxxxxxxxx> wrote:

> but there are situations in which you can not use > position() because it doesn't give you the exact node (for example > when you have #text elements randomly beside <node>.

If you only want to iterate over elements, just select elements not text
nodes, then position() will give the position in the sequence of
selected items.

<xsl:for-each seelct="node[position() mod 2 =1]"

does what you want, I think.

David

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.