xsl-list
[Top] [All Lists]

Marking every second row

2003-01-06 05:27:03
Hi All,

I got an very simple XSL-File wich produces following output from a very simple XML-File

<table>
<tr><td>aaa</td></tr>
<tr><td>bbb</td></tr>      <-- X
<tr><td>ccc</td></tr>
<tr><td>ddd</td></tr>      <-- X
<tr><td>eee</td></tr>
<tr><td>fff</td> </tr>      <-- X
</table>


Now I want the background of the lines which are marked with an X in another color.

So how do I select every second row of my output?

Thanks

Sorin



XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>