xsl-list
[Top] [All Lists]

Re: IXSLProcessor - input in UTF-8?

2005-09-13 07:35:03
On 9/13/05, Gabriel <gabriel(_dot_)klappenbach(_at_)gmail(_dot_)com> 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.

--~------------------------------------------------------------------
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>
--~--