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: conditional XSL to XSL


>   <xsl:template match="{$match-value}">

The match attribute of xsl:template is not one of the (small number of)
attributes that are interpreted as attribute value templates.

The only way you can achieve the effect you are after (at least, in the way
you are trying to do it) is to write a stylesheet that generates another
stylesheet as output.

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]