[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



