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

comma separated data


Subject: comma separated data
From: Charlie Kaiman <ckaiman@xxxxxxxxxxxxxxx>
Date: Thu, 6 Apr 2000 12:10:50 -0400

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?

Current Thread