Re: [xsl] IXSLProcessor - input in UTF-8?

Subject: Re: [xsl] IXSLProcessor - input in UTF-8?
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 13 Sep 2005 15:35:03 +0100
On 9/13/05, Gabriel <gabriel.klappenbach@xxxxxxxxx> wrote:
> How can I let the IXSLProcessor read it's input XML as UTF-8? It seems it
> will only read it as ISO-8859-1 for some reason, as if it's hardcoded to
> interpret input in that encoding.
>
> Has anyone successfully used a UTF-8 encoded input to IXSLProcessor, and
> have the result come out as intended? If so can I see that code?


Does the source XML have an XML prolgue - if so what encoding is
specified there?

If you a are transforming client side and requesting the XML from a
server, what encoding is specified in the headers?  That might be
being used the encoding.

Current Thread