|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] testing for variable amounts , bill french | Thread | Re: [xsl] testing for variable amou, David Carlisle |
| Re: [xsl] xsl] XSL and XMLSchema wi, Edward Kennedy | Date | Re: [xsl] xsl] XSL and XMLSchema wi, David Carlisle |
| Month |