xsl-list
[Top] [All Lists]

RE: empty string

2003-06-17 15:27:07
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



<Prev in Thread] Current Thread [Next in Thread>