|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Looping 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








