[Home] [By Thread] [By Date] [Recent Entries]
----- Original Message -----
From: "Gabriel K" <gabriel.klappenbach@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent: Sunday, August 07, 2005 10:03 AM Subject: RE: output encoding problem (can't get UTF-8) -----Ursprungligt meddelande----- Fren: Joe Fawcett [mailto:joefawcett@xxxxxxxxxxx] Skickat: den 7 augusti 2005 10:46 Till: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Dmne: Re: output encoding problem (can't get UTF-8)
/Gabriel Well loadXML takes a string and strings in VBScript are UTF-16 so I think that's the case. If your COM class returned DomDocument then you could use the load method and all would be well. If you can't change the internal workings of the COM class then you can load the string into an ADODB.Stream object and load that into the xmlDom. Then it won't matter about the encoding. -- Joe
|

Cart



