[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] using variable as a value for "use-attribute-sets"


Subject: [xsl] using variable as a value for "use-attribute-sets"
From: "tony" <dhirajtorane@xxxxxxxxx>
Date: Sat, 5 Jan 2002 16:33:44 +0530

Hi,
I have a variable declared called "setname"
I want to use it as the value of  "use-attribute-sets".
I tried this,

<xsl:variable name="setname" select="name()"/>
<xsl:element name="block" >
<xsl:attribute name="use-attribute-sets"><xsl:value-of
select="$setname"></xsl:attribute>
</xsl:element>
but it results in <block use-attribute-sets="node-name"/>

can anyone tell me someway?

-tony


_________________________________________________________
Do You Yahoo!?
Get your free @... address at http://mail.yahoo.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread