Subject: element name="substring-before(.,':')"
From: "Heiner de Wendt" <H.dewendt@xxxxxxxxx>
Date: Wed, 2 Aug 2000 12:15:01 +0200
|
Hello,
I'm trying to create an element with a name that I generate from the
content of another element. The idea is something like this:
<xsl:element name="substring-before(.,':')">
<someotherfunctions/>
</xsl:element>
I can easily use the substring-function, for example, to create a
variable with that content. But I got no idea left how to use it as
element name...
Thanks in advance,
Heiner
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|