|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] using functions in the name of a variable..
Greetings, I don't know if this is possible but i am trying to do it with no luck. I want to create the name of my xsl variable on the fly, using the position function.. is it possible? I want the var to be named Col1 and have a value from column one attribute. Thanks J <xsl:for-each select = "//Table/col"> <xsl:variable name = "concat('col', position())" select = "@col"></xsl:variable> </xsl:for-each> I hate to advocate drugs, alcohol, violence, or insanity to anyone, but they've always worked for me. ~ Hunter S. Thompson 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
|






