xsl -TD

Subject: xsl -TD
From: "Rakesh Ajmera" <rakesh_ajmera@xxxxxxxxxx>
Date: Tue, 14 Mar 2000 09:47:29 -0600
The syntax of my xsl is

<TD><xsl:value-of select="Name" /></TD>


But if <xsl:value-of select="Name"> is a blank string,
what I get  as a result is just

<TD/>

This result is not supported by Netscape4. How can I change it to return
<TD> </TD>
or
<TD>&nbsp;</TD>

Thanks
Rakesh


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread