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]

RE: variable and match


> 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

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