|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] French Char display problem in XSLT
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
|
Back To School Sale!Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






