[xsl] Unicode

Subject: [xsl] Unicode
From: "Ricardo Saraiva" <rss@xxxxxxxxxxxxxx>
Date: Wed, 18 Jun 2003 18:32:51 +0100
Hello,

I have a problem with unicode.
I have the following extract of my xsl file:


...
<xsl:element name="a">
   <xsl:attribute name ="href">javascript:details('<xsl:value-of
select="$this-cell/wn1:data"/>','<xsl:value-of
select="$this-cell/wn1:lang"/>')
   </xsl:attribute>
   <xsl:value-of select="$this-cell/wn1:data"/>
</xsl:element>
...



But I have problems with <xsl:value-of select="$this-cell/wn1:data"/>.
On the value appears correct, but on the javascript call it appears not
like I expected.
Does anybody know if I'm doing something wrong?

Thanks in advance,

Ricardo Saraiva.



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


Current Thread
  • [xsl] Unicode
    • Ricardo Saraiva - Wed, 18 Jun 2003 18:32:51 +0100 <=
      • Mike Brown - Wed, 18 Jun 2003 12:39:33 -0600 (MDT)