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

RE: context-independent counter

Subject: RE: context-independent counter
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 7 Feb 2001 15:16:07 -0000
RE:  context-independent counter
> Ho to increment a variable or param with each
> iteration of a for-each-loop, independent of the
> context of the current node?

XSLT doesn't have updateable variables; it is not a sequential programming
language.
> I just need a counter.
> Here is how I would do it in PHP:
>
> $line_count = 1;
> while ( $line_count <= 100 )
>    {
>    print ("$line_count"."<br>"."\n");
>    $line_count++;
>    }
>
You don't need a counter: the position() function serves the purpose.

Mike Kay


 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.