xsl-list
[Top] [All Lists]

[xsl] French Char display problem in XSLT

2006-12-04 20:53:00
Hi All,
I have difficulty in retaining the french accented char in my XSLT transformation text mode.

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/ Transform">
<xsl:output method="text" encoding="ISO-8859-1" />
        <xsl:template match="/test">
    <xsl:copy>
      <xsl:apply-templates />
    </xsl:copy>
</xsl:template>
<xsl:template match="*">
Vous trouverez la version française
</xsl:template>

</xsl:stylesheet>

I could see the french chars in HTML version of the same.
Could you please help me what could be the issue in here.

Thanks,
Senthil
--~------------------------------------------------------------------
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>