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
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: 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>
</xsl:text>
|
| If I use Oracle, the output for the previous XSL ALWAYS comes out as
| 

|
| 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 |
- Oracle / Text
- mjyoungblut - Thu, 4 Apr 2002 10:20:20 -0500 (EST)
- Michael Kay - Thu, 4 Apr 2002 10:38:48 -0500 (EST)
- Steve Muench - Thu, 4 Apr 2002 15:02:30 -0500 (EST) <=
- <Possible follow-ups>
- mjyoungblut - Thu, 4 Apr 2002 16:02:08 -0500 (EST)
|
|