RE: [xsl] Invalid characters in xsl:element

Subject: RE: [xsl] Invalid characters in xsl:element
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 22 May 2001 18:17:32 +0100
> 
> When I use the following to get the tag name:
> 	 <xsl:element name="substring-after(substring-after(.
> ,'!'),'!')">
> 	</xsl:element>
> 
You need curly brackets around the expression:
xsl:element name="{...}"

Mike Kay

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread