| 
 
Subject: [xsl] non-breaking spaces in html tables From: walter.crockett@xxxxxxxxxxxxxxxxxxxxx Date: Tue, 20 Jan 2004 18:06:43 -0500  | 
I am using XSL to create a table in HTML. I need the cells to have borders
even when nothing is in them. 
In the past I did this by adding non-breaking spaces with " ", for
example:
<td><a href="{$ConnectedTableName}.htm"><xsl:value-of
select="$ConnectedTableName"/></a> </td>
This was working fine in August, but now instead of a non-breaking space I
get an A with a little curly thing on top of it.
So I switched to:
<td><a href="{$ConnectedTableName}.htm"><xsl:value-of
select="$ConnectedTableName"/></a><xsl:text> </xsl:text></td>
This works fine when I test it in XML Spy, but still produces the strange
character when I run it in our product using MSXML4.
Has something changed in the recent versions of MSXML4 that is screwing me
up, or am I using outmoded code?
Yours,
Walter Crockett
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] JScript embedded in xsl, Robert Koberg | Thread | RE: [xsl] non-breaking spaces in ht, Josh Canfield | 
| Re: [xsl] 3 level Muenchian Groupin, G. Ken Holman | Date | Re: [xsl] JScript embedded in xsl, Robert Koberg | 
| Month |