Yet another Java Developer.

JSF Developer living in Oklahoma City

Gallery

IMGP0310.JPG IMGP0022.JPG IMGP0110.JPG IMGP0118.JPG

Xpath alternate row colors

This XPath expression will let you alternate row colors

Alternate Rows
<wr:if select="1+count(preceding-sibling::*)  mod 2 = 1">
	ROW A Color
<wr:else/>
	ROW B Color
</wr:if>

Example

I will provide complete example soon.

Tags:

Leave a Reply

Spam Protection by WP-SpamFree

Sidebar3 : Please add some widgets here.