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>
JSF Developer living in Oklahoma City
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>
Sidebar3 : Please add some widgets here.