xsl-list
[Top] [All Lists]

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

2007-10-03 10:42:06
I am outputting HTML. Yeah, it doesn't change the indenting at all. I
posted a question to this list a while back about indenting and MSXSL
and, I don't remember the solution, but it sounded like a huge hassle,
so I moved on. Sorry source viewers.

-Steve

On 10/3/07, W Charlton <XSLList(_at_)ymonda(_dot_)net> wrote:
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>
--~--



--~------------------------------------------------------------------
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>