Subject: RE: Encoding iso-8859-1 always return UTF-16
From: "Piers Haken" <piersh@xxxxxxxxxxx>
Date: Fri, 6 Jul 2001 05:03:26 -0700
|
Try putting the following in your stylesheet:
<xsl:output method="html" encoding="iso-8859-1"/>
Piers Haken
Chief Software Engineer, Friskit Inc.
http://www.friskit.com/?m&209701&44&m
-----Original Message-----
From: Arthur Costa Lima [mailto:arthur.lima@xxxxxxxxxx]
Sent: Wednesday, July 04, 2001 6:51 AM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: Encoding iso-8859-1 always return UTF-16
I'm using MSXML 3.0 and XSLISAPI 2.1 Filter on iis.
I have a .pasp file to generate the xml and I'm using xls to convert to
html. The PI instruction on xsl is
<?xml version="1.0" encoding="iso-8859-1"?>
but always the output in html is
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
how do i solve this problem?
Tanks
Arthur Costa Lima
CPM - Brazil
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|