RE: [xsl] xml:output encoding as iso-8859-1 always comes out as UTF-16

Subject: RE: [xsl] xml:output encoding as iso-8859-1 always comes out as UTF-16
From: "Julian F. Reschke" <julian.reschke@xxxxxx>
Date: Fri, 2 Mar 2001 15:14:06 +0100
> 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


Current Thread