Re: [xsl] 16-bit entities converted to "?" by XSLT

Subject: Re: [xsl] 16-bit entities converted to "?" by XSLT
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Sat, 06 Dec 2008 16:34:32 +0100
John English wrote:

My browser shows this correctly, but when I embed it in some XML and
run it though my stylesheet, the output is this:

  <span style='font-size: 11pt; font-family: Arial;' lang='HE'>
     ????
  </span>

I've tried <xsl:output encoding="UTF-16"> and various other things, but
nothing seems to work. Is there an easy way to fix this so I can just
display 16-bit characters?

How do you run the transformation exactly? How do you serve the transformation result to the browser, from a local file or from a HTTP server? If the document is loaded from a HTTP server have you checked the HTTP Content-Type header whether it might have a charset parameter that does not match the encoding of the document?


--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread