Hi Allan,
There is not a builtin transformation in Oxygen which does that but there is a way:
1) Edit the
OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT\demo\fo\build.xml file, find the target
- Code: Select all
<target name="delete.fo2pdf.topic.fo" unless="retain.topic.fo">
and delete its entire content (leaving it empty). This will inhibit the DITA Open Toolkit from removing the output XSL:FO file once the PDF is constructed.
2) Run an IDIOM PDF transformation on the DITA Map.
After the transformation open in Oxygen the "topic.fo" file which will be created in the DITA transformation output folder.
3) There is a free XSLT stylesheet implementation which transforms from XSL:FO to XHTML. You can register on the RenderX website and download it:
http://www.renderx.com/tools/fo2html.html4) Transform the FO file using the XSL stylesheet and saving the result as the HTML result.
Regards,
Radu