RE: [xsl] template name in attributes

Subject: RE: [xsl] template name in attributes
From: "Luke Ambrogio" <gryzlaw@xxxxxxxxxxx>
Date: Mon, 31 May 2004 20:08:57 +0200 (W. Europe Daylight Time)
Thank you guys I tried as you told me i.e.

<xsl:apply-templates select="@name"/>...

<xsl:template match="@name[. = 'quicksearch']">...


and it worked like a charm

regard

Luke

Current Thread