RE: conditional XSL to XSL

Subject: RE: conditional XSL to XSL
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 7 Apr 2000 13:03:25 +0100
>   <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


Current Thread