BI Publisher (MOSC)

MOSC Banner

Conditionally Highlighting a Row (not working for HTML output?)

edited Mar 12, 2012 5:50AM in BI Publisher (MOSC) 8 comments
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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center