Subject: Re: XSL problem with displaying of Norweign letters
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Wed, 19 Jun 2002 11:28:22 +0000
|
Can you send us the XML File and your required result.. PLease make sure u
include the norwegian charecters in the xml file( which are appearing
incorrectly in your output)
thanks
Vasu
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
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|