xsl-list
[Top] [All Lists]

RE: Symbol handling in XSLT

2004-03-26 06:11:52
When using MSXML (or any other processor, but the MSXML API seems to
encourage the problem), the xsl:output encoding has no effect unless the
encoding is actually performed by the XSLT processor. If you write to a
destination such as a DOM document or a String, then the XSLT processor
writes characters, not bytes, and the final translation to bytes is done by
someone else, downstream.

Michael Kay 

# -----Original Message-----
# From: Alex [mailto:alexscott(_at_)lineone(_dot_)net] 
# Sent: 26 March 2004 11:37
# To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
# Subject: Re: [xsl] Symbol handling in XSLT
# 
# 
# If I add to the XSL:
# <xsl:output method="html" encoding="ISO-8859-1" /> It does 
# not make any difference to the output.
# The problem is happening further down the pipeline.
# 
# Possibly in the parser?
# 
# If I use Xalan to parse it I get:
# <META http-equiv="Content-Type" content="text/html; 
# charset=ISO-8859-1">
# 
# If I use MSXML to parse it I get
# <META http-equiv="Content-Type" content="text/html; charset=UTF-16">
# 
# I think that I need to change response.charset
# 
# I wonder if this is what has caused the erroneous ? marks.
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# Alex wrote:
# 
# > Hi,
# > 
# > It is set to Western ISO.
# > 
# > Should the encoding be set in the XML or the XSL?
# > 
# > ---
# > Alex
# > 
# > 
# > Robert Koberg wrote:
# > 
# >> I forgot to mention that in Win IE you can right click on the page 
# >> and rollover the 'Encoding' menu item to see if the 
# encoding matches 
# >> what you are trying to send.
# >>
# >> On OSX Safari you can get the encoding from the bottom of 
# the 'View' 
# >> menu.
# >>
# >> Also forgot to say that the xsl:output has the encoding 
# set to UTF-8.
# >>
# >> best,
# >> -Rob
# >>
# >>
# >> Robert Koberg wrote:
# >>
# >>> Michael Kay wrote:
# >>>
# >>>> # # There is an actual '?' in the html source,
# >>>>
# >>>> How do you know? Did you look at it with a hex editor? 
# Or with some 
# >>>> other piece of software that may or may not be displaying it 
# >>>> correctly?
# >>>
# >>>
# >>>
# >>>
# >>> If you are using some webserver to send the rendering to 
# the client, 
# >>> you might want to check what it is sending. We are currently 
# >>> experiencing a problem on a new server (Redhat 3.0 ES) that uses 
# >>> Apache 2.0 with the directive DefaultCharset set to 
# UTF-8; this is 
# >>> on top of Caucho's Resin servlet container. I have set 
# resin and the 
# >>> serlvets to return UTF-8. When going straight to resin (i.e.
# >>> http://domain:8080/webapp) the characters display 
# correctly, sending 
# >>> UTF-8. When going first through Apache (i.e. 
# http://domain/webapp) 
# >>> the resulting charset in the browser is something other 
# than UTF-8 
# >>> (in IE it is similar to ISO-8859-1 'western-1252' if I remember 
# >>> correctly).
# >>>
# >>> don't know how to fix this...
# >>>
# >>> best,
# >>> -Rob
# >>>
# >>>
# >>>>
# >>>> Michael Kay
# >>>>
# >>>
# >>>
# >>> 
# --+-----------------------------------------------------------------
# >>> --+-
# >>> XSL-List info and archive:  
# http://www.mulberrytech.com/xsl/xsl-list
# >>> You are subscribed as: rob(_at_)koberg(_dot_)com To unsubscribe, go to:
# >>> http://lists.mulberrytech.com/unsub.php/xsl-list/rob(_at_)koberg(_dot_)com
# >>> or e-mail: 
# >>> 
# 
<mailto:xsl-list-unsubscribe-rob=koberg(_dot_)com(_at_)lists(_dot_)mulberrytech(_dot_)com>
# >>> --+--
# >>>
# >>
# >>
# >> 
# --+------------------------------------------------------------------
# >> XSL-List info and archive:  
# http://www.mulberrytech.com/xsl/xsl-list
# >> You are subscribed as: alexscott(_at_)lineone(_dot_)net To unsubscribe, go 
to:
# >> 
# 
http://lists.mulberrytech.com/unsub.php/xsl-list/alexscott(_at_)lineone(_dot_)ne
# >> t
# >> or e-mail: 
# >> 
# 
<mailto:xsl-list-unsubscribe-alexscott=lineone(_dot_)net(_at_)lists(_dot_)mulberrytech
# >> .com>
# >>
# >> --+--
# >>
# >>
# > 
# > 
# > 
# > 
# --+------------------------------------------------------------------
# > XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
# > You are subscribed as: alexscott(_at_)lineone(_dot_)net To unsubscribe, go 
to:
# > 
# 
http://lists.mulberrytech.com/unsub.php/xsl-list/alexscott(_at_)lineone(_dot_)net
# > or e-mail: 
# > 
# 
<mailto:xsl-list-unsubscribe-alexscott=lineone(_dot_)net(_at_)lists(_dot_)mulberrytech(_dot_)
# > com>
# > --+--
# > 
# > 
# 
# 
# 
# --+------------------------------------------------------------------
# XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
# You are subscribed as: mhk(_at_)mhk(_dot_)me(_dot_)uk
# To unsubscribe, go to: 
# 
http://lists.mulberrytech.com/unsub.php/xsl-list/mhk(_at_)mhk(_dot_)me(_dot_)uk
# or e-mail: 
# 
<mailto:xsl-list-unsubscribe-mhk=mhk(_dot_)me(_dot_)uk(_at_)lists(_dot_)mulberrytech(_dot_)com>
# --+--
#