|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Incrementation i=i+1
> Is there something in xsl for incrementing > a number like i = i + 1 ? You can have <xsl:value-of select="$i + 1"/> but you can't have i = i + 1 (unless 0 = 1 and mathematics is inconsistent) > I need to use that as a function for <a href="link-to-somewhere?para=i>Link</a> You need to generate output numbers as a function of the input (eg using position() or count() not as a function of the last number output. This is a general feature of declarative languages. David 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








