|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: IE5: generating element with variable name
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








