I'm running into a problem with using row spanning with a row that breaks
across pages.  I have the following table layout:


|Col1|Col2|Col3|Col4|
|A      |B      |C      |D      |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |

This works fine as long as it fits on one page.  When the data gets too
large and causes it to flow to the next page, I get the following:

|Col1|Col2|Col3|Col4|
|A      |B      |C      |D      |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
-------------------------------------page break
|B      |C      |         |         |
|B      |C      |         |         |

Any ideas?

FOP 0.20.3 jdk 1.4


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to