Re: [xsl] non-breaking spaces in html tables

Subject: Re: [xsl] non-breaking spaces in html tables
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Jan 2004 19:16:53 -0500
At 2004-01-20 18:06 -0500, walter.crockett@xxxxxxxxxxxxxxxxxxxxx wrote:
now instead of a non-breaking space I
get an A with a little curly thing on top of it.

That is evidence of a UTF-8 encoded character being interpreted by a non-UTF8 system.


This works fine when I test it in XML Spy,

Probably because it processes UTF-8.


but still produces the strange
character when I run it in our product using MSXML4.

Try changing the output encoding using:


<xsl:output encoding="iso-8859-1"/>

I hope this helps.

.................... Ken


-- North America (Washington, DC): 3-day XSLT/2-day XSL-FO 2004-03-15 - (San Francisco, CA): 3-day XSLT/2-day XSL-FO 2004-03-22 Asia (Hong Kong, China): 3-day XSLT/2-day XSL-FO 2004-05-17 Europe (Bremen, Germany): 3-day XSLT/2-day XSL-FO 2004-05-24 Instructor-led on-site corporate, government & user group training for XSLT and XSL-FO world-wide: please contact us for the details

G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


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



Current Thread