Subject: Re: outputting   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'>&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: outputting   to HTML
> Hello all,
>
> I have a simple problem:
> how to emit   via xsl?
> if i write   it throws me an 'referene to undefined entity'
> error;
> if i write &nbsp; it outputs &nbsp; (instead of )
> if i write <![CDATA[ ]]> the   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
|