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: comma separated data


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@hyprotech.com]
   
 
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 > 

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