[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: comma separated data


Subject: RE: comma separated data
From: "Arnold, Curt" <Curt.Arnold@xxxxxxxxxxxxx>
Date: Thu, 6 Apr 2000 15:38:32 -0600

Francis Selva wrote:
Did u try executing your example?.Cause displayyear is not a variable name.So it may throw an error.
 
Nope, it was a freehand example to give the idea not a production piece of code. 
The section in question should have been:
 
<xsl:otherwise>
          <!--  if there was no comma assume output the remainer of the list -->
          <td><xsl:value-of select="$yearlist"/></td>
</xsl:otherwise > 

Current Thread