[xsl] XSL problem with displaying of Norweign letters

Subject: [xsl] XSL problem with displaying of Norweign letters
From: Aradhana Liyanage <aradhanal@xxxxxxxxxxxxx>
Date: Wed, 19 Jun 2002 14:34:03 +0600
Hi friends,
I have a problem with displaying Norwegian letters. I am creating a xml
using a servlet and to  display that I am using a xsl file. 
html file is  created in the client side.

I used
<?xml version=\"1.0\" encoding=\"windows-1252\"?>  in my xml  and in my xsl
i am using

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
<xsl:template match="/"> 

* the XML file gets the correct Norwegian letters. But it displays a wrong
letters
Also I hardcode a Norwegian name in the XSL file and it is displaying
nicely.

Any help would be appreciated
thanks
Aradhana

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


Current Thread