[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Variable value and functions
I do not remember if this question has been asked before : I want to get the value of a variable whose name is equal to the value of the "id" attribute found in the current node. So I tried the followings : <xsl:value-of select="$string(@id)"/> <xsl:value-of select="{$string($id)}"/> <xsl:value-of select="{$(@id)}"/> but nothing works. It would seem that $xxx requires xxx to be the exact name of a variable and not an expression capable of calculating that name. Am I correct? Is there a workaround? Thanks, Emmanuel 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
|