Subject: xml:output encoding as iso-8859-1 always comes out as UTF-16
From: Neil Hunter <HunterN@xxxxxxx>
Date: Fri, 2 Mar 2001 13:48:43 -0000
|
Hi,
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">
However, in Saxon I get what I am expecting:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
I don't have much hair left to pull out.....
Thanks,
Neil.
ICT, The Royal Society of Chemistry
http://www.rsc.org
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|