Yes I must admit that using a transformer would be much straighter.
But I'm handling with dynamic data and I want to have a table-layout. This
would not work... thanx!

-----Ursprüngliche Nachricht-----
Von: Victor Mote [mailto:[EMAIL PROTECTED] 
Gesendet: Tuesday, August 19, 2003 4:24 PM
An: [EMAIL PROTECTED]
Betreff: RE: keep together pages

Todtenhaupt, Susann wrote:

> I'm producing TXT through XSL:FO and FOP. If there're more than one page
> there's following effect: Between the pages there's a break of several
> lines. I didn't find a property to suppress this pagebreak.

The TXT output is laid out on the page just as it would for PDF, then
converted to text. I suspect that the blank lines are the layout's way of
mimicking the margins at the top and bottom of a printed page. Try
eliminating (or making very tiny) the regions and margins at the top and
bottom of the page. See
http://xml.apache.org/fop/output.html#txt
for more details. Another alternative is to simply use an XSLT
transformation to get your text output.

Victor Mote


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

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

Reply via email to