|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] concat variable names
Is there a way to concat the name of a variable?
I have 5 variables $var_1, $var_2, ..., $var_5; all declared as global variables.
I want to use this varibles in a loop, something like this:
loop (count from 1 to 5, store the counter in a variable called $counter)
<xsl:variable name="newvar" select="$(concat('var_', $counter))"/>
What I want to get, is that the variable $newvar stores the value of $var_1 and in the next run the value of $var2, and so on up to $var_5.
It does not work (of course) with the method above, but is there a way it will work???
(It seems to me that this is a general problem in XSL, for I have other projects where it would be very usefully too).
Thanks!
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








