[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] CRLF in xslt in Firefox and IE


Subject: Re: [xsl] CRLF in xslt in Firefox and IE
From: Manfred Staudinger <manfred.staudinger@xxxxxxxxx>
Date: Wed, 6 Jul 2005 23:31:28 +0200

> What do you mean by see LF?
I used a test in the xlst like
      <xsl:when test="contains($string, '#xD;#xA;')">
gives true on IE-6 and false on Firefox; wherus
      <xsl:when test="contains($string, '#xA;')">
gives true on both for the same input xml.

Manfred


Current Thread