|
Subject: Re: [xsl] xsl:document, file formats From: Tobias Reif <tobiasreif@xxxxxxxxxxxxx> Date: Mon, 27 Jan 2003 13:39:40 +0100 |
unfortunately, while the xml output method allows processors to use a
platform specific line ending while serialising, the text output method
doesn't say that they can, so you probably need to explictly output
^M^J pairs, ie
& # 1 3 ; & # 1 0 ;
(without the spaces which I added as apparently some mail clients prematurely mangle character references.
I'm using (special characters not spaced; they are the same as above)
<!DOCTYPE t:transform [ <!ENTITY dos_line-break ' '> ]>
<t:document
line-breaks="local"meaning "create DOS line-breaks on Windows, Unix ones on Unix, etc". Other values would be line-breaks="DOS" line-breaks="Unix" etc
-- http://www.pinkjuice.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] xsl:document, file format, David Carlisle | Thread | [xsl] OutOfMemoryError, Lee, Insoo |
| Re: [xsl] xsl:document, file format, David Carlisle | Date | Re: [xsl] speed optimization, michael . h . kay |
| Month |