RE: comma separated data

Subject: RE: comma separated data
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Thu, 6 Apr 2000 15:47:29 -0700
I like the words "not a production piece of code" : )   Well I was just wondering how we can use $ for a template name.That's all.Cause Im also learning all these stuff now only.So I was confirming.
 
Francis
-----Original Message-----
From: Arnold, Curt [mailto:Curt.Arnold@xxxxxxxxxxxxx]
   
 
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