Subject: RE: IE error | Switch from current encoding to specified encoding not supported.
From: "W Charlton" <XSLList@xxxxxxxxxx>
Date: Wed, 3 Oct 2007 18:29:49 +0100
|
Steve,
Glad that worked. Incidentally ASP/MSXML ignores any encoding you specify in
the xsl.
Out of interest are you creating an html page?
If so you might want to add:
<xsl:output method="html" indent="yes" doctype-public="-//W3C//DTD HTML 4.01
Transitional//EN" encoding="ISO-8859-1"/>
Change the attributes to suit whatever HTML flavour you intend.
I think MSXML also ignores the indent="yes" :s
William Charlton
The yMonda team
yMonda Limited
w: www.ymonda.net
|