This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: encoding issues


> Why does msxml4 (when using ie's autoselect) default to 
> unicode without the line:
> 
> <xsl:output method="xml" encoding="utf-8"/>
> 
> Whereas with it, it defaults to Western European (windows) 
> (iso-8859-1 I
> think) - isnt that the wrong way around?
> 
> Why does saxon always default to Western European regardless 
> of what I specifiy?
> 
> The reason I ask is that Im using &#160; at various places, 
> which is part of unicode but not Western European...

Just to summarize my understanding of the responses to this thread:

* Saxon outputs the XML in utf-8 as requested.
* Your perception that Saxon outputs in "Western European" is based on
asking Internet Explorer what it thinks the encoding is.
* Internet Explorer is confused because the output is actually being
treated as HTML rather than as XML, which means that the XML encoding
declaration is ignored. (And the HTML encoding declaration, of course,
is not there because you asked for method="xml").

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]