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

Subject: Re: [xsl] 16-bit entities converted to "?" by XSLT
From: John English <je@xxxxxxxxxxxxxx>
Date: Sun, 07 Dec 2008 15:25:37 +0000
David Carlisle wrote:

but when I embed it in some XML


does the fragment that you generate have the same encoding as the XML
file into which you mbed it? If ut doesn't you will scramble the
characters, which appears to be what has happened.

Jackpot. I took out the XSLT filter, and it turns out the page encoding is ISO-8859-1. Using <xsl:output encoding="ISO-8859-1"> does the trick.

Many thanks!

----------------------------------------------------------------------
 John English              | mailto:je@xxxxxxxxxxxxxx
 Senior Lecturer           | http://www.it.bton.ac.uk/staff/je
 School of Computing & MIS | "Those who don't know their history
 University of Brighton    |  are condemned to relive it" (Santayana)
----------------------------------------------------------------------

Current Thread