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: Saxon's handling of line breaks


Sal Mangano wrote:
> 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.

The spec allows any of CR, LF or CR+LF as a line delimiter.
During parsing, they are normalized to a single LF each,
therefore the XSLT processor does not know what was in the
original document:
  http://www.w3.org/TR/2000/REC-xml-20001006#sec-line-ends

Get a text editor which can deal with it.

J.Pietschmann


 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]