This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: utf-16 encoding


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@tisi.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Thursday, December 28, 2000 8:43 AM
Subject: [xsl] 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@tisi.com
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]