I used keep-together="always" on a table-row, and a blank page was printed right before the table. If I removed the attribute, the blank page would be gone, but my table row content would spill across pages. I do not have other content before the table. How do I suppress that blank page?
<fo:table-row keep-together="always">
Thanks in advance for your help.