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]

=?UTF-8?B?UkU6IGhvdyB0byBvdXRwdXQgJm5ic3A7IHRvIGh0bWwgZnJvbSB4?==?UTF-8?B?c2w/?=



> I wanted to write out   to an html file.  But if I just 
> put   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

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