[xsl] Generating new element whose name is not known at the stage of XSL composition

Subject: [xsl] Generating new element whose name is not known at the stage of XSL composition
From: "Hyun Sung Chang" <hyunsung@xxxxxxxxxxxx>
Date: Fri, 9 Nov 2001 09:29:30 +0900
How to convert an attribute belonging to an element to another
independent element?

Specifically, I wanna obtain <a/> from <element name="a"/>. 
(the value for @name is varying)

I tried the followings, but failed.
...
<xsl:variable name="elemName" select="@name"/>
<xsl:element name="$elemName"/>
...

Is the variable not allowed for @name of xsl:element? Then, how can I
solve this?

Thanks,

Hyun Sung Chang


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


Current Thread