Subject: RE: variable and match
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 12 May 2000 09:51:48 +0100
|
> Can I use a variable in the match part of xsl:template?
>
>
> <xsl:variable name="x" select="/ROWSET/REPLACE/@EL"/>
> <xsl:template match="/ROWSET/{$x}">
No, you can't, neither can you use curly braces. In any case, you've got the
wrong model of what variables are: you can't use them to do textual
substitution of one bit of XPath syntax into another bit of XPath syntax.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|