xsl-list
[Top] [All Lists]

Re: non-breaking spaces in html tables

2004-01-20 17:16:53
At 2004-01-20 18:06 -0500, 
walter(_dot_)crockett(_at_)ascentialsoftware(_dot_)com 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(_at_)CraneSoftwrights(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>