Re: IE5: generating element with variable name

Subject: Re: IE5: generating element with variable name
From: "Sebastian Rahtz" <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Dec 1999 21:54:22 +0000 (GMT)
Kenneth J. Hughes writes:
 > Given that IE5 does not support <xsl:variable>, and
 > given that IE5 does not support <xsl:element name="{$varName}">
 > (or apparently anything other than literal values for the value
 > of the name attribute), how can I create an element whose
 > name is determined dynamically?

<xsl:element>
<xsl:attribute name="name">
foo
</xsl:attribute>
.....
</xsl:element>

why not use real XSL instead? its so much better.

Sebastian


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


Current Thread