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]

Re: testing for variable amounts of whitespace?


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


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