[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] outputting &nbsp to HTML


Subject: Re: [xsl] outputting &nbsp to HTML
From: "Charly" <cohana@xxxxxxxxxxxxxxx>
Date: Thu, 13 Dec 2001 13:44:13 -0800

Hi Gabor.

Add this on the top of your xsl
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "<xsl:text
disable-output-escaping='yes'>&amp;nbsp;</xsl:text>">]>
<xsl:stylesheet version="1.0">
....
</xsl:stylesheet>



----- Original Message -----
From: "gabor farkas" <xlat@xxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, December 13, 2001 9:14 AM
Subject: [xsl] outputting &nbsp to HTML


> 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
>
>


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



Current Thread
Keywords
xsl