This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xsl -TD


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]