This works for me now.
 
I had a <block> around my first piece of content (a table). I removed this, so nesting the table directly.
 
<table>
 <row keep-with-next> <!- blind row 1 ->
 
    <block>        <<--- remove
       <table>
          ...
       </table>
    </block>       <<--- remove
 
 </row>
 <row> <!- blind row 2 ->
  <blabla..>
 </row>
</table>
 
-----Original Message-----
From: Smith, Martin
Sent: 24 March 2005 11:38
To: fop-users@xmlgraphics.apache.org
Subject: FW: blind tables

Hi,
 
I noticed the processing instruction to "page-break if less than X inches left" is not implemented. Therefore I am trying to use "blind tables" to keep two pieces of content together.  
 
However this doesn't seem to be working - if you render the attached document to PDF you will see that the instrument varbiage is on page 1 and the related data is on page 2. The two pieces of content are themselves tables, so I'm wondering if this is allowed.
 
Does anyone know what I'm doing wrong?
 
I notice bug#7241 looks similar but this talks about it working for the first page break - but it doesn't even do that for me.
 
thx.
 
--
 
fop version: 0.20.5
 
fop processes the document without errors;
 
OPC> fop.sh -fo CA_73468_20040630.fo -pdf out.pdf
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[INFO] [1]
[INFO] [2]
[INFO] [3]
[INFO] Parsing of document complete, stopping renderer


PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.

Reply via email to