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]

IE5:create elements with dynamic name


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]