xsl-list
[Top] [All Lists]

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

2007-10-03 10:20:28
Steve wrote:
Works great!

One mystifying problem: in IE the result is:

 <?xml version="1.0" encoding="ISO-8859-15" ?>
  <i>Not logged in</i>

Why is this appearing? (In Firefox all is well)

The physical data send to the browser should not be different on FF or IE or OP, unless you use browser sniffing on the server side, unless you use "View Source Tree" in FF, or you didn't check the source in IE, but only the XML view.

More likely, IE, which is notorious for its caching bugs (IE6 even more then IE7), does not see a change in the header (xml declaration) as a reason to refetch the document from the server. But when you changed the body of the xml, i.e. by adding a <body> (but could be anything), it did refresh the cache.

Cheers,
-- Abel Braaksma

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