[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Saxon's handling of line breaks

Subject: Saxon's handling of line breaks
From: "Sal Mangano" <smangano@xxxxxxxxxx>
Date: Mon, 6 May 2002 10:41:02 -0400
sal mangano
Working with Saxon 6.5.1 on the Windows platform I noticed that line
breaks literally represented as text elements are being output
incorrectly for the Windows platform.

For example,

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output method="text" encoding="UTF-8"/>

<xsl:strip-space elements="*"/>

<xsl:template match="number">
  <xsl:value-of select="."/><xsl:text>
</xsl:text>
</xsl:template>
	
</xsl:stylesheet>

When I capture the output produced by this stylesheet in a file and open
in the Windows notepad editor it does not display correctly because
notepad expects CR+NL pairs. Now if I open the stylesheet in notepad, it
DOES display correctly which leads me to believe that the <text> element
is actually enclosing a CR+NL pair. It seems that the either the
stylesheet parser or the output serializer in saxon is stripping the CR.
When I use the same stylesheet with xalan it works correctly.

Is this a bug in saxon or a misunderstanding on my part?

In general, how are stylesheets supposed to deal with line breaks in a
portable fashion?

Thanks,

Sal



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.