Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] Problems with Oracle XSL processor

From: "Steve Muench" <Steve.Muench@---------->
To:
Date: 1/7/2003 2:33:00 AM
Please send me offline an XML document and XSLT stylesheet that
illustrate your problem and I'll find an answer for you.

If you've created a support request with Oracle Support, please
include the reference number in the email so I can make sure
the support analyst also is kept in the loop.

I looked into an issue just yesterday where the problem
narrowed down a bug that's been fixed in the Oracle XDK for Java 10i
Release 10.1 Beta that's up on OTN (http://otn.oracle.com/tech/xml)
wherein an XSL variable assigned like:

   <xsl:variable name="x"><xsl:value-of select="tr/td[1]/@period"/></xsl:variable>

was behaving differently than a variable assigned like this:

   <xsl:variable name="x" select="tr/td[1]/@period"/>

When involved in a boolean comparison with a nodeset like this:

    <xsl:if test="col/@period = $x">

In the 9.2.0.4 Production release, the xsl variable assigned
the former way failed the test, while the variable assigned
the latter way passed the test.

In our 10.1 Beta release of the XDK, both worked as expected.

__________________________________________________________________
Steve Muench - Developer, Product Mgr, Java/XML Evangelist, Author
Simplify J2EE Development with the Oracle BC4J Framework
http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
Building Oracle XML Apps, http://www.oreilly.com/catalog/orxmlapp
----- Original Message -----
From: <cknell@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, January 02, 2003 4:22 PM
Subject: [xsl] Problems with Oracle XSL processor


| I am having a problem with the Oracle XSLT processor. It fails to output nodes that it ought to output using a stylesheet I have
written. Using the same source document and stylesheet, I have tested the MSXML, Xalan-J, and Instant Saxon processors. All produce
the tree I expect with all nodes where I expect them. Oracle's transformer fails in a big way. I have been in touch with Oracle's
support, but they seem mainly interested in dodging the issue of what I believe to be a defect in their processor rather than
addressing the matter.
|
| Has anyone else used Oracle's processor extensively and if so, what gimmicks do I need to use to work around its shortcomings?
|
| --
| Charles Knell
| cknell@xxxxxxxxxx - email
|
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
|
|


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


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent