Sample use case: Add a new customization plugin to the DITA Open Toolkit
To create a new transformation scenario that uses the DITA Open Toolkit, you create a plugin that contains a new transtype and the customization for the DITA-OT transformation.
For example, you may want to add a new plugin to the DITA Open Toolkit to integrate a new transformation scenario or to add open source plugins such as the DITA for Publishers plugin or the DITA QA Plugin.
Note: This procedure assumes that
the plugin was created using the procedure in the DITA Open Toolkit
documentation. See the DITA Open Toolkit User
Guide for more information.
In general, there are three main steps involved in adding a new
plugin:
- Install the plugin
- Link the plugin to the IXIASOFT CCMS Output Generator by creating a target
- Make it visible to your users
The following procedure gives an example of how to add the QA plugin for DITA-OT to CCMS Output Generator. This plugin checks your DITA content and provides a Quality Assurance (QA) report that lists errors in the DITA usage in your files (incorrect DITA tagging, language standards, etc.).
Note: This procedure assumes that you have downloaded the open source plug-in called org.dita-community.qa from the web at github.com/dita-community/org.dita-community.qa. IXIASOFT does not maintain this plugin.
To add a new plugin to CCMS Output Generator: