Yet another Java Developer.

JSF Developer living in Oklahoma City

Gallery

IMGP0016.JPG IMGP0170.JPG IMGP0105.JPG device.png

Currently browsing xpath

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.

Sidebar3 : Please add some widgets here.