xsl-list
[Top] [All Lists]

RE: [xsl] IE error | Switch from current encoding to specified encoding not supported.

2007-10-03 10:30:38
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>