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]

RE: Text output


> 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


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