Re: [xsl] concat bug in Oracle XSLT and XT

Subject: Re: [xsl] concat bug in Oracle XSLT and XT
From: "Steve Muench" <Steve.Muench@xxxxxxxxxx>
Date: Fri, 9 Mar 2001 10:09:13 -0800
| Not too surprisingly, Saxon tells me the following is invalid:
| 
|         <xsl:value-of select="substring(concat($spaces40),1,24)" />
| 
| because the concat function requires two or more arguments.
| However, I'd been running a stylesheet with this in it for weeks using (at
| different times) XT and Oracle (Java),
:
| I'll try to report this to Oracle...

I've filed Oracle Bug 1679724 for getting this fixed.

At least the current behavior is not incoherent:
concat("foo") behaves like concat("foo","") and
returns a harmless "foo".

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
Author "Building Oracle XML Applications", O'Reilly
http://www.oreilly.com/catalog/orxmlapp/



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


Current Thread