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]
Other format: [Raw text]

using variable as a value for "use-attribute-sets"


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 @yahoo.com address at http://mail.yahoo.com


 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]