Change directory to [oxygen]/frameworks/docbook/xsl/htmlhelp/.
Select htmlhelp.xsl
, click
. The dialog closes.
Set the XSLT parameter base.dir, it identifies the output directory. (If not specified, the output directory is system dependent.) Also set the manifest.in.base.dir to 1 in order to have the project files copied in output as well.
Select the FOP tab.
Uncheck the
option. The FOP options are disabled.Click
. The transformation is started.At the end of the transformation you should find the html, hhp and hhc files in the base.dir directory.
Download Microsoft's HTML Help Workshop and install it.
Integrate HTML Help Workshop as an external tool. Go to External Tools → +
Create a new external tool entry named HTMLHelp with Working directory being the same with the base.dir parameter defined above and Configure command set to [path to installed HTML Help Workshop]\hhc.exe <filename>, where <filename> is the name of the html help project file (for example htmlhelp.hhp).
Run the tool from → → .