xsl-list
[Top] [All Lists]

RE: increment value

2004-01-22 10:54:09

How do I increment a variable to add to the string?


Technically, this is not possible in XSL, as variables cannot be 
changed once assigned.

However, you may be able to find an alternate method to get these 
values using something like position()

or (and I don't have a ready made example for this, so bear with me) 
the one way I have found for doing anything similar with variables 
is to use recursive template calls.  I'm not sure,at the moment, how 
I would apply this to your situation, however.

Chris Strolia-Davis
Database Specialist
Contractor - CDO Technologies Inc.




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



<Prev in Thread] Current Thread [Next in Thread>