xsl-list
[Top] [All Lists]

Re: CRLF in xslt in Firefox and IE

2005-07-06 14:31:28
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>