[Home] [By Thread] [By Date] [Recent Entries]
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?
|

Cart



