RE: [xsl] empty string

Subject: RE: [xsl] empty string
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 17 Jun 2003 23:27:07 +0100
> Is there a way to put an empty string in xsl.  I use 
> <xsl:value-of select="' '"/>.  Somehow it is automatically 
> filled with a value of another cell.  Any ideas why?  Thanks!
> 
> <gmr:Cell Col="3"  Row="31" ValueType="60">
>       <xsl:attribute name="Row">
>          <xsl:value-of select="30 + $rownumber"/>
>       </xsl:attribute>     
>        <xsl:value-of select="' '"/>
>      </gmr:Cell>

Your error is in the part of your stylesheet that you haven't shown us.

Michael Kay


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


Current Thread