Conditionally Highlighting a Row (not working for HTML output?)
I'm currently developing a report and require alternating colours on rows.
This is nicely described in the developers handbook http://docs.oracle.com/cd/B40089_06/current/acrobat/120xdorg.pdf
Page 2-71, through use of:
<?if@row:position() mod 2=0?>
<xsl:attribute name="background-color" xdofo:ctx="incontext">lightgray</xsl:att
ribute><?end if?>
This works fine for a PDF output, but it doesn't work for HTML. Output does not reflect the alternating colours.
I'm on e-Biz R11i (Oracle XML Publisher 5.6.3)
Is this a bug or am I missing something?
This is nicely described in the developers handbook http://docs.oracle.com/cd/B40089_06/current/acrobat/120xdorg.pdf
Page 2-71, through use of:
<?if@row:position() mod 2=0?>
<xsl:attribute name="background-color" xdofo:ctx="incontext">lightgray</xsl:att
ribute><?end if?>
This works fine for a PDF output, but it doesn't work for HTML. Output does not reflect the alternating colours.
I'm on e-Biz R11i (Oracle XML Publisher 5.6.3)
Is this a bug or am I missing something?
0