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:
>
>
>All the from the orginal XML document are translated by XT into
>В В В В В В В
XT produces only UTF-8 and ignores encoding specifiers in xsl:output.
For every  , you get C2 A0 - a UTF-8 representation of  
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
|