Subject: Re: utf-16 encoding
From: "Kevin McCarthy" <Kevin@xxxxxxxxxxxx>
Date: Thu, 28 Dec 2000 18:41:32 -0800
|
Gareth,
The only thing I've discovered is to open the xml file in question as text
string using the filesystem object, and do a replace on the <?xml>
processing instruction (or whatever it's called). It seems like any
xmlDOM.Save(l_szFilePath) using msxml results in the encoding you've
described.
-Kevin
----- Original Message -----
From: <GarethS@xxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, December 28, 2000 8:43 AM
Subject: utf-16 encoding
> I'm using msxml to transform a dynamically created xml string into a
static
> web page using xsl. Unfortunately, the transformation process is creating
a
> meta tag setting the encoding for the page to utf-16, which will not
render
> correctly in netscape 6 or opera. Is there anything I can do to set this
to
> utf-8?
>
> Gareth Suarez
> gareths@xxxxxxxx
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|