On Friday, February 02, 2001 8:22 PM
Chad Phillips wrote:
> If I use   it prints out Â
This isn't a Sab or XSLT problem, its a character-encoding problem in
your browser. Your browser is defaulting to an encoding in which  
isn't mapped to a non-breaking space but to an accented character.
Try writing (via your xsl)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
into the html <head> element.
That assumes you're using the xml default encoding of utf-8. If you're
choosing to use an encoding that doesn't map decimal 160 to a
non-breaking space, you'll need to substitute whatever value a
non-breaking space has in the encoding you're using. There's an
excellent, if highly technical, examination of what's behind all this
by Mike Brown at http://skew.org/xml/tutorial/
Michael
------------------------------------------
Michael Beddow
http://www.mbeddow.net/