This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

display Norwegian letters in a Html


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]