[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Problem with entities and XT


Subject: Re: Problem with entities and XT
From: "Nikolai Grigoriev" <grig@xxxxxxx>
Date: Thu, 17 Feb 2000 04:10:51 +0300

Hi,

>the original XML document includes entities like:
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>All the &nbsp; from the orginal XML document are translated by XT into
>В В В В В В В

XT produces only UTF-8 and ignores encoding specifiers in xsl:output.
For every &nbsp, you get C2 A0 - a UTF-8 representation of &#160;

Use SAXON and specify encoding="ISO-8859-1" in xsl:output
if you want to get it readable ;-).

Cheers,
Nikolai



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml