Hallo folks,
is there a way to let the XSLT compute the name of a new element?
(I am afraid, there is not, but I would like to go sure.)
I am looking for something like
=====
<xsl:variable name="nodename">
... any computation that yields the name of a new element ...
</xsl:variable>
<xsl:element name="$nodename">
... anything ...
</xsl:element>
=====
Any suggestions?
Thanks in advance and best regards,
Norbert
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--