Page 1 of 1

Page breaks in PDF- no dita2fo-params.xsl file

Posted: Fri Feb 25, 2011 4:20 pm
by Boreas
Hello, I have read the previous post on this subject but I do not have the specified file.
${oxygen_install_dir}/frameworks/dita/DITA-OT/xsl/xslfo/dita2fo-params.xsl.

Has the way to force page breaks in the pdf changed with the 12.1 version?
The only file I have is the dita2fo-parms.xsl.

Basically what I am trying to do is to force a page break for topic titles set on the 3rd level in the dita map.
thanks for your help

Re: Page breaks in PDF- no dita2fo-params.xsl file

Posted: Fri Feb 25, 2011 4:35 pm
by sorin_ristache
Hello,

I do not know what is the previous post that you talk about. The name of the file was dita2fo-parms.xsl in previous versions too. dita2fo-params.xsl was just a typing error. Did you try to insert your code for forcing page breaks in the dita2fo-parms.xsl file?


Regards,
Sorin

Re: Page breaks in PDF- no dita2fo-params.xsl file

Posted: Fri Feb 25, 2011 7:28 pm
by Boreas
Yup. but with no success. :cry:

Re: Page breaks in PDF- no dita2fo-params.xsl file

Posted: Tue Mar 01, 2011 11:07 am
by Radu
Hi,

The XSL you are looking into is from the DITA OT Legacy PDF transformation. It is deprecated.
The current PDF transformation plugin is installed in:
OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/demo/fo

So it's a matter of finding the right XSL. Maybe you can also ask this question on the DITA Users List.

Regards,
Radu

Re: Page breaks in PDF- no dita2fo-params.xsl file

Posted: Tue Mar 01, 2011 9:06 pm
by Boreas
The file is commons-attr.xsl

in Oxygen XML Author 12\frameworks\dita\DITA-OT\demo\fo\cfg\fo\attrs\


:wink: