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]

element name="substring-before(.,':')"


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

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