FO output in DITA Maps Manager transform

Here should go questions about transforming XML with XSLT and FOP.
mshellenberger
Posts: 5
Joined: Mon Feb 02, 2009 10:56 pm

FO output in DITA Maps Manager transform

Post by mshellenberger »

When I am using the normal XSLT transform in oXygen I just suppress the pdf output and I get the .fo xml file.

How do I do the same thing in the DITA Maps Manager transform?

Thanks.
Radu
Posts: 9448
Joined: Fri Jul 09, 2004 5:18 pm

Re: FO output in DITA Maps Manager transform

Post by Radu »

Hello Mark,

If you are using a standard "PDF - DITA OT" transformation you should find the FO file in the same directory as the output PDF file.

If you are using a "PDF2 - Idiom FO Plugin" transformation you have to open the OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT\demo\fo\build.xml file in Oxygen and comment the line 233

Code: Select all

<fileset dir="${dita.map.output.dir}" includes="topic.fo"/>
which removes the FO file after the transformation. After that, you should find the topic.fo file in the same directory as the PDF file.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
mshellenberger
Posts: 5
Joined: Mon Feb 02, 2009 10:56 pm

Re: FO output in DITA Maps Manager transform

Post by mshellenberger »

Thanks! I automatically open the PDF on conversion so I didn't think to look there.
Post Reply