Subject: Re: [xsl] Japanese characters show up as ? in browser From: "andrew welch" <andrew.j.welch@xxxxxxxxx> Date: Thu, 20 Jul 2006 10:03:01 +0100 |
I am using Xalan to transform XML into HTML. The Japanese characters, however, are shown as question marks in the browser.
Here is a snippet of XML:
<Id>日本語</Id> <Description>花子</Description>
Here is the corresponding snippet of XSL that transforms this XML:
<option> <xsl:attribute name="value"><xsl:value-of select="Id"/></xsl:attribute> <xsl:value-of select="Description"/> </option>
Here is the HTML source I am getting from the browser:
<option value="???">??</option>
I am using encoding="UTF-8" in the xsl:output element. Any ideas of what may be going wrong? I have tried both FireFox and IE.
Ensure the browser is reading the file in the correct encoding and use a font that contains those characters.
cheers andrew
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] Japanese characters show up a, David Nesbitt | Thread | RE: [xsl] Japanese characters show , David Nesbitt |
[xsl] Japanese characters show up a, David Nesbitt | Date | Re: [xsl] Getting the current node,, andrew welch |
Month |