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

RE: Looping through records...

Subject: RE: Looping through records...
From: Kevin_Gutch@xxxxxxxxxxx
Date: Mon, 26 Feb 2001 17:43:43 -0500
javascript loop through records
Michael Kay


I am not sure I  completely understand but it sounds like  you are trying
to keep track of where you are at in a loop so you can get to the same
place in another loop with a similar structure.


Try defining the position as  a variable.
<xsl:for-each select="myNode/theNode">
<xsl:variable name="thePosition" select="position()"/>

Then

<xsl:value-of select="estimate[$thePosition]"/>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.