Hi All,
Here is a scenario I need some direction on:
<LINK rel="stylesheet" href="../some_style_sheet.css" type="text/css">
for loop start
<table>
<tr><td>VALUES RETREIVED FROM DB</td></tr>
</table>
for loop end
The loop can run upto 100 times. The external style sheet is used to format the contents within the <tr></tr> tags.
"VALUES RETREIVED FROM DB" is dynamic, and hence each row height is different throughout the loop, but when printed, the row height never exceeds the page height.
Now, I want to print all the 100 rows, I want to avoid page breaks between <tr></tr> tags. I cannot use the CSS "page-break-before:always "as each row height is different. I was wondering if I could use the xsl attribute, "keep-together.within-column". I am relatively new to xsl, xslt, xsl-fo and any help on how to get this working would be much appreciated. I am developing
jsp using unix and
jboss. Thanks in advance.
[ January 21, 2006: Message edited by: sridhar anna ]