RE: how to output   to html from xsl?

Subject: RE: how to output   to html from xsl?
From: Mattias Konradsson <Mattias.Konradsson@xxxxxxxxxxxxx>
Date: Wed, 14 Jun 2000 18:53:12 +0200
> I wanted to write out &nbsp; to an html file.  But if I just 
> put &nbsp; in my
> xsl file, some processor (xalan) doesn't like this, some just 
> output a blank
> space (I believe it is a 0xA0) to the html file, the blank 
> space was rendered ok
> if the browser is encoded in iso-8859, but it was rendered as 
> ?? if the browser
> is encoded as gb2312.

if #160; fails you can always fall back on the slightly more cumbersome
<xsl:entity-ref name="nbsp"/>

Regards
--
Mattias Konradsson


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


Current Thread