Subject: RE: Attribute Value Templates for xsl tags
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 21 May 2004 23:52:13 +0100
|
You can use AVTs only in those attributes that explicitly permit them. The
mode attribute of xsl:apply-templates is not one of these.
Michael Kay
> -----Original Message-----
> From: Marco [mailto:brbromo@xxxxxx]
> Sent: 18 May 2004 21:32
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Attribute Value Templates for xsl tags
>
> Is it possible to use the value of a parameter (or variable)
> inside the
> attribute of an xsl tag?
>
> For example, I would like to use the value of a parameter inside the
> attribute mode of the element xsl:apply-templates.
>
> Thanks in advance,
> Marco
|