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:   is being displayed as Á


On Fri, Dec 07, 2001 at 10:23:50AM -0600, Katie McNally wrote:
> I am using   in my xsl in order to display spaces.  For some reason À 
> is being displayed on the page instead.  Any ideas on why this is occurring, 
> or ideas for a substitue for   in order to display a space?

It seems that your xsl is outputting a document encoded in utf-8, and that you
are displaying as iso-8859-1. You can change the output encoding using the
<xsl:output> element.

Julien

 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]