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
|