|
Subject: [xsl] Re: your mail From: Mike Brown <mike@xxxxxxxx> Date: Mon, 2 Dec 2002 01:18:46 -0700 (MST) |
Rakesh Seth wrote:
> I want to populate a table using XSL.The problem is when there is no value
> for the cell I am not able to see the cell border.
Put a no-break space character ( ) in the cell. For example,
<td>
<xsl:choose>
<xsl:when test="normalize-space()">
<xsl:value-of select="."/>
</xsl:when>
<xsl:otherwise> </xsl:otherwise>
</xsl:choose>
</td>
- Mike
____________________________________________________________________________
mike j. brown | xml/xslt: http://skew.org/xml/
denver/boulder, colorado, usa | resume: http://skew.org/~mike/resume/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [no subject], Rakesh Seth | Thread | [xsl] RE: rendering table cells [wa, Michael Kay |
| RE: [xsl] Date, Stevenson Ngila | Date | [xsl] RE: Answer, Cross, Neal - Develo |
| Month |