[xsl] outputting &nbsp to HTML

Subject: [xsl] outputting &nbsp to HTML
From: gabor farkas <xlat@xxxxxxxx>
Date: Thu, 13 Dec 2001 18:14:50 +0100
Hello all,

      I have a simple problem:
      how to emit &nbsp via xsl?
      if i write &nbsp it throws me an 'referene to undefined entity'
      error;
      if i write &amp;nbsp; it outputs &amp;nbsp; (instead of &nbsp;)
      if i write <![CDATA[ &nbsp; ]]> the &nbsp appears when viewed in
      a browser...

any ideas?
thx
Gabor


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


Current Thread