This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

treat a string into a variable name


I have some variables: $day1date, $day2date.....$day7date.  I have a
template that takes an integer argument "$n" and creates the correct
variable name.  I store the variable name like this:

<xsl:variable name="temp">$day<xsl:value-of select="$n"/>date</xsl:variable>

Now, I need to use $temp to access the actual variables.  Is this possible?
I'm having a terrible time with it!  $temp == "$day1date".  How do get the
value of the variable named by the string inside $temp?

Thanks,

Brian

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]