Recently, a client asked for assistance in setting up the RenderX XEP processor for use with the oXygen XML editor on Mac OS X. XEP is an XSL FO processor that can be integrated with oXygen to transform DITA maps to PDF via the PDF2 transformation scenario.
The steps below describe the basic setup, and while the output location is project-specific, the rest should be essentially the same in any environment.
Install XEP (for example, to
/Applications/RenderX-XEP)Point oXygen to XEP executable in oXygen prefs: XML > XSLT-FO-XQuery > FO Processors (Use the Browse button)
Create/verify configuration of PDF2 transformation scenario in oXygen:
Open a DITA map file & select Configure Transformation Scenario from the DITA Maps menu.
Create new scenario, select
PDF2 - Idiom FO Pluginas transformation typeIn the Edit DITA Scenario dialog:
- On the FO Processor tab, select XEP from the Processor list.
- On the Parameters tab, set:
args.inputto${cf}dita.dirto${frameworksDir}/dita/DITA-OT- (other parameters optional)
- Leave the default settings on the Filters tab.
- On the Advanced tab, set:
- Custom build file to
${frameworksDir}/dita/DITA-OT/build.xml - Java Home to
Default, such as/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
- Custom build file to
- On the Output tab, set:
- Base directory to
${cfd} - Temp directory to a subfolder of output location, such as
…
/documentation/output/temp - Output folder to a subfolder of SVN documentation checkout location
such as …
documentation/output/pdf2
- Base directory to
- Click OK to save settings.
Click Transform now to create a PDF of the current DITA map.
0 Responses to “RenderX XEP Setup in oXygen”
Leave a Reply
You must login to post a comment.