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]

comma separated data


I need to separate the following data into separate fields:
 
<years  title = "year">1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,   </year>
 
For instance, the output needs to read:
 
<tr><td>1994</td><td>1995</td><td>1996</td> ... etc ... </tr>
 
I have seen this done using MS IE 5.0 and the DOM, but was wondering if it was possible using *just* XSL?

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