[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Invalid characters in xsl:element


Subject: [xsl] Invalid characters in xsl:element
From: "Jason Macki" <jmacki@xxxxxxx>
Date: Tue, 22 May 2001 11:56:43 -0500

Hello,

I'm trying to write an xsl file that will convert the following:

<line>!tagname!value</line>

into this:

<tagname>value</tagname>

When I use the following to get the tag name:
	 <xsl:element name="substring-after(substring-after(.
,'!'),'!')">
	</xsl:element>

I get the error "A name contained an invalid character".  Now, I've
tested this function using the xsl:value-of element, and there were no
invalid characters in the result.  

Is the parser finding the invalid character before the substring is
removed?  If so, is there any way to tell the parser to wait until after
the function has been applied before checking for invalid characters?

Thanks,
Jason

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



Current Thread
Keywords
xsl