xsl-list
[Top] [All Lists]

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

2008-12-07 10:20:21
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(_at_)brighton(_dot_)ac(_dot_)uk
 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)
----------------------------------------------------------------------

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--