[xsl] French Char display problem in XSLT

Subject: [xsl] French Char display problem in XSLT
From: Senthilkumaravelan Krishnanatham <senthil@xxxxxxxxx>
Date: Mon, 4 Dec 2006 19:52:41 -0800
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 frangaise
</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

Current Thread