QUESTION PDF DITA XSL

Post here questions and problems related to editing and publishing DITA content.
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

QUESTION PDF DITA XSL

Post by Le Basque »

Hi,

When i choose "DITA MAP PDF" what is the first file XSL used for PDF publication.


Thank You

Best regards
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: QUESTION PDF DITA XSL

Post by Radu »

Hi,

The build file which does DITA to PDF processing is this one:

....\DITA-OT\plugins\org.dita.pdf2\build.xml

There are various stages, first the content references are resolved in the preproces stage, then the XSLT ....\DITA-OT\plugins\org.dita.pdf2\xsl\common\topicmerge.xsl is applied to obtain an XML file which contains all the content of the referenced topics in one content.
Then depending on what FO processor is applied another stylesheet is called on the merged content. For example if you are using Apache FOP this top-level XSLT is located in:

.../DITA-OT/plugins/org.dita.pdf2/xsl/fo/topic2fo_shell_fop.xsl

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

Re: QUESTION PDF DITA XSL

Post by Le Basque »

Thank you
Post Reply