Calabash XProc Processor for Generating PDF Output
To generate PDF output from your XProc pipeline (when using the Calabash XProc processor), follow these steps:
- Open the [OXYGEN_INSTALL_DIR]/lib/xproc/calabash/engine.xml file.
-
Uncomment the
<system-property name="com.xmlcalabash.fo-processor" value="com.xmlcalabash.util.FoXEP"/>
system property. -
Uncomment the
<system-property name="com.renderx.xep.CONFIG" file="../../../tools/xep/xep.xml"/>
system property. Edit the@file
attribute to point to the configuration file that is usually located in the XEP installation folder. - Uncomment the references to the XEP libraries. Edit them to point to the matching library names from the XEP installation directory.
- Restart Oxygen XML Developer Eclipse plugin.