how to output   to html from xsl?

Subject: how to output   to html from xsl?
From: Victor Hu <vhu@xxxxxxxxxxxx>
Date: Wed, 14 Jun 2000 09:49:10 -0500
Hi,

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.

I also tried put &#160; in my xsl file, it had the same problem. Is there any
way to write out &nbsp; to an html file?

thanks for any suggestions in advance,
- Victor


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


Current Thread
  • REMOVE
    • MCA - Tue, 13 Jun 2000 14:11:02 -0500
      • Victor Hu - Wed, 14 Jun 2000 09:49:10 -0500 <=