RE: [xsl] getting crlf's, but putting only lf's (i think)

Subject: RE: [xsl] getting crlf's, but putting only lf's (i think)
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 3 Nov 2003 16:52:48 -0000
> >Try
> >
> ><xsl:strip-space elements="list-of-element-names"/>
> >
> >The <xsl:strip-space> element is used to define the elements 
> for which 
> >white space should be removed. * will do all i think
> 
> had some, tried *, still getting \r's.
> 

Yes, that was a singularly irrelevant piece of advice.

The XSLT spec doesn't say what line ending the text output method should
use. It's up to the processor. Many are likely to use the default line
ending for the platform you are running on.

Michael Kay


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


Current Thread