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]

Creating a node from a variable


Hi to all,
is there a method to create a node using the content of an <xsl:variable>?

Something like this (but, unfortunately, not this!)

	<xsl:variable name="nodename">
	  SomeName
	</xsl:variable>

	<xsl:element name="$nodename"/>

The desidered output is

	<SomeName/>

in the produced document.
Thanks



 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]