Re: [xsl] outputting &nbsp to HTML (not so final answer)

Subject: Re: [xsl] outputting &nbsp to HTML (not so final answer)
From: Markus Spath <mspath@xxxxxxxx>
Date: Mon, 17 Dec 2001 19:07:58 +0100

Aniceto López wrote:
> 
> Yes Eric, padding style can be a solution, using a transparent
> 1x1pix gif with certain width is another one but I still need the
> "&nbsp;" in the html code (designers esoteric reasons).
> 
> thanks a lot anyway
> 
> Aniceto Lopez
>


did you try
...
<td><xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text></td>
...
?

regards,
Markus

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


Current Thread