Subject: Re:   is being displayed as Á
From: Julien Quint <Julien.Quint@xxxxxxx>
Date: Fri, 7 Dec 2001 17:36:33 +0100
|
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
|