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: xml:output encoding as iso-8859-1 always comes out as UTF-16


> I am using MSXML3 with:
>
> <xsl:output method="html" encoding="iso-8859-1"/>
>
> but in the output I always get:
>
> <META http-equiv="Content-Type" content="text/html; charset=UTF-16">

Check the code which does the transformation. You probably use transformNode
or the "xml" property to obtain the result, in which case the encoding
ALWAYS is UTF-16 (check the MSXML SDK).


 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]