Re: [xsl] testing for variable amounts of whitespace?

Subject: Re: [xsl] testing for variable amounts of whitespace?
From: bill french <bill@xxxxxxxxxxxxxxxx>
Date: Fri, 27 Apr 2001 14:15:51 -0400
oops - fyi - the portion of the stylesheet in my previous post reading:

<xsl:template match="firstName">
  <td class="sans">
    <xsl:if test="">
 
    </xsl:if>
    <xsl:value-of select="normalize-space()" /></td>
</xsl:template>

should read:

<xsl:template match="firstName">
  <td class="sans"><xsl:value-of select="normalize-space()" /></td>
</xsl:template>

sorry for any confusion.

---bill

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


Current Thread