Subject: IE5:create elements with dynamic name
From: Markus Messerschmidt <markus.messerschmidt@xxxxxxx>
Date: Wed, 9 Feb 2000 21:40:17 -0400 (EST)
|
How can I create a new element with a name which is not fix ?
I want to write:
<<xsl:value-of select=".">>
and the result should be:
<newelement>
where 'newelement' is the result of the select.
If I use following statement:
<xsl:element name="???">
I can't place any statements in the name attribute. In IE5 implementation
the value of name can be only a fix string.
Markus
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|