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 17:25:53 +0100
On 9/13/05, Gabriel <gabriel.klappenbach@xxxxxxxxx> wrote:
> Well here's the funny thing.
> I can skip using the stream altogether if I want.
>
> I can use
> domXML.loadXML( o.document )
>
> So I load the XML directly from the COM object into a DOM XML object. So
> there's really no need for the stream. But the result is the same.
> So, the code will look like this if I skip using the stream:

Ok... how do you know it's reading the file in the wrong encoding?

Current Thread