Re: [xsl] Oracle / Text

Subject: Re: [xsl] Oracle / Text
From: "Steve Muench" <Steve.Muench@xxxxxxxxxx>
Date: Thu, 4 Apr 2002 22:04:56 +0200
I just tried the following stylesheet with our
latest production XSLT engine (part of the
Oracle XDK for Java 9.2.0.1) and...

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0" >
  <xsl:output method="text"/>
  <xsl:template match="/">
   <xsl:text>foo&#xd;bar</xsl:text>
  </xsl:template>
</xsl:stylesheet>


I get the two lines of text output between the dashes below:

-------
foo
bar
-------

Perhaps you're using an older version that had a bug
we've fixed.

The latest is always available from:

  http://otn.oracle.com/tech/xml

__________________________________________________________
Steve Muench - Developer, Product Mgr, Evangelist, Author
Simplify J2EE and EJB Development with BC4J
http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
Building Oracle XML Apps, www.oreilly.com/catalog/orxmlapp
----- Original Message ----- 
From: <mjyoungblut@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, April 04, 2002 17:21
Subject: [xsl] Oracle / Text


| I know this is vendor-specific, but I can't find anything on the oracle
| website.
| 
| (NOTE: my output is text)
| I have been putting the following into my XSL using other vendors, and it
| worked fine:
| <xsl:text>&#xD;</xsl:text>
| 
| If I use Oracle, the output for the previous XSL ALWAYS comes out as
| &#xA;
| 
| Has anybody seen this before?  Anybody know why(intentional, bug)?
| 
| IS THERE ANY WAY AROUND IT?
| 
| Thanks in advance,
|       Matt Youngblut
| 
| 
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| 
| 


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


Current Thread