|
Subject: [xsl] monotonous nbsp coding From: "Zakon, Stuart" <stuart_zakon@xxxxxxxxxxxxxxx> Date: Wed, 13 Nov 2002 16:50:43 -0500 |
Some older browsers have a problem rendering tables with empty <td> tags in
them. (You know which ones...)
Is there a better way to code this in XSLT than the following:
<td>
<xsl:choose>
<xsl:when test="string-length() > 0"><xsl:value-of select="."
/></xsl:when>
<xsl:otherwise> </xsl:otherwise>
</xsl:choose>
</td>
This gets monotonous after a while. It would be nice if <xsl:value-of>
could take an attribute which would provide a default value if the select
produces an empty result!
Stuart Zakon
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Mozilla and the document(, Joerg Heinicke | Thread | Re: [xsl] monotonous nbsp coding, Joerg Heinicke |
| Re: [xsl] MathML and XSL, Gerard Milmeister | Date | Re: [xsl] MathML and XSL, Joerg Heinicke |
| Month |