RE: [xsl] Text output

Subject: RE: [xsl] Text output
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 11 Oct 2001 10:56:09 +0100
> While outputting XML as text I am getting the Character "Â"
> where I have
> indicated a space with <xsl:text>&#xa0;</xsl:text>. Is there anyway to
> avoid this?

(a) take another look at the output, this time using an editor that
understands UTF-8 encoding.

-- or --

(b) change the stylesheet to generate an encoding that your editor
understands, e.g. <xsl:output encoding="iso-8859-1"/>

Mike Kay


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


Current Thread