Subject: RE: forcing nbsp; to appear in html output
From: "West, Wilson Y." <WWest01@xxxxxxxxxx>
Date: Fri, 29 Dec 2000 11:31:39 -0600
|
I had the same problem - I used the hex equivalent of   which works
without issue.
> -----Original Message-----
> From: Nicole Giampapa [SMTP:NGiampapa@xxxxxxxxxxxxxxxxxxx]
> Sent: Friday, December 29, 2000 10:20 AM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: forcing nbsp; to appear in html output
>
> Sorry to ask such a simple question, but I'm stumped. I'm using MSXML3
> processor, and I can't get this to work. I need to have a non-breaking
> space
> in my html output, because I have users accessing the site using Netscape
> 4.72, and if a cell in the table is empty, it doesn't display the
> appropriate blue cell background.
>
> I found this reference in the book and tried the following:
>
> <xsl:output method="html"/>
>
> <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
>
> This parses without error, but when I look at the output in Netscape,
> there's no << >> there, there's just a blank space, so my cell is
> still
> blank.
>
> Can anyone tell me what I'm doing wrong?
>
> Nicole
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
------------------------------------------------------------------------------------------------------------
This e-mail is sent by a law firm and may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|