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
|