This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Oracle / Text


There is nothing in the XSLT spec that says how line endings should be
serialized. For XML output, it shouldn't matter, because an XML parser will
normalize the line endings to 
 when the document is read back in. For
method="text", it's rather more significant.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> mjyoungblut@mmm.com
> Sent: 04 April 2002 16:22
> To: xsl-list@lists.mulberrytech.com
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]