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


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 > 

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