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

[xsl] CR parsing issue


Subject: [xsl] CR parsing issue
From: "Francois Daignault" <fdaignault@xxxxxxxxxxxxxxx>
Date: Thu, 27 Nov 2003 16:14:41 -0500

Hello,

Here is an XML:

<node>Hi&#13;there</node>

And an XSL:

<xsl:stylesheet ....>
  <xsl:template match="/">
    <xsl:value-of select="contains(node,'&#13;')"/>
  </xsl:template>
</xsl:stylesheet>

in XMLSPY it answers true.

but using struts 1.1, Resin 2.1.10, j2sdk1.4.2, it answers false...

Could anyone tell me why?

Thanks!

Francois Daignault
Analyst/Programmer
Cardinal Health


 

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



Current Thread