XSL-FO chapters without page break

Here should go questions about transforming XML with XSLT and FOP.
miquik
Posts: 7
Joined: Tue Jun 23, 2015 1:21 pm

XSL-FO chapters without page break

Post by miquik »

Hi all,
Is it possible to produce a PDF with all chapters in a continuous flow without page break? I think I should place all chapters inside a single page-sequence.
Is it an easy task? Could you give me some suggestions how to proceed?
Are there some other workaround?

Thank you very much
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: XSL-FO chapters without page break

Post by Radu »

Hi,

The default page sizes are defined in the XSLT stylesheet:

OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/plugins/org.dita.pdf2/cfg/fo/attrs/basic-settings.xsl

like for example:

Code: Select all

    <xsl:variable name="page-height">279.4mm</xsl:variable>
so you could try to set a very large value for the page width but I'm not sure if that would work or not.
Maybe you could also ask around on the DITA Users List:

https://groups.yahoo.com/neo/groups/dita-users/info

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply