Upgrading the Oxygen XML WebHelp Plugin for DITA OT
To upgrade your Oxygen XML WebHelp plugin for the DITA Open Toolkit, follow these steps:
- Navigate to the pluginsdirectory of your DITA OT distribution and delete the old Oxygen XML WebHelp plugin files (oxygen_custom.xsl,oxygen_custom_html.xsl) and directories (com.oxygenxml.highlight,com.oxygenxml.media,com.oxygenxml.webhelp).
- Go to Oxygen XML WebHelp website, download the latest installation kit, and unzip it.
- Copy all plugin directories from the unpacked archive to the
                     pluginsdirectory of the DITA OT distribution. This is necessary to enable certain functionality. For example, thecom.oxygenxml.highlightdirectory adds syntax highlight capabilities to your WebHelp output forcodeblocksections that contain source code snippets (XML, Java, JavaScript).
- In the home directory of the DITA Open Toolkit, run ant -f integrator.xml.
