DITA Pdf - Change number of columns for page layout

Post here questions and problems related to editing and publishing DITA content.
ann.jensen
Posts: 295
Joined: Wed Jun 17, 2015 10:19 am

DITA Pdf - Change number of columns for page layout

Post by ann.jensen »

Hi,
I want to render our Pdf transforms using 2 columns of text instead of the standard 1.
I have read about the

Code: Select all

column-count
attributes in layout-masters-attr.xsl but this appears to be legacy with DITA-OT 2.*.
How is this achieved now?
Thanks,
Ann
ann.jensen
Posts: 295
Joined: Wed Jun 17, 2015 10:19 am

Re: DITA Pdf - Change number of columns for page layout

Post by ann.jensen »

Hi,
I see now that I need to add

Code: Select all

<xsl:attribute name="column-count">2</xsl:attribute>
within

Code: Select all

 <xsl:attribute-set name="region-body.odd">
:oops:
Thanks,
Ann
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: DITA Pdf - Change number of columns for page layout

Post by radu_pisoi »

Hi,

Thank you for sharing with us your solution.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply