|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Invalid characters in xsl:element
Jason Macki wrote at 22 May 2001 11:56:43 -0500:
> 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.
Add the {} for an attribute value template:
<xsl:element name="{substring-after(substring-after(.
,'!'),'!')}">
</xsl:element>
since without that, you were specifying an element named
"substring-after(...".
Also, shouldn't your outer substring-after() be a substring-before()?
Regards,
Tony Graham
------------------------------------------------------------------------
Tony Graham mailto:tony.graham@xxxxxxxxxxxxxxx
Sun Microsystems Ireland Ltd Phone: +353 1 8199708
Hamilton House, East Point Business Park, Dublin 3 x(70)19708
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








