Compiled HTML Help (CHM) Output Format
To perform a Compiled HTML Help (CHM) transformation, Oxygen XML Developer needs
Microsoft HTML Help Workshop to be installed on your computer. Oxygen XML Developer automatically detects HTML Help Workshop and uses it.
Note:
HTML Help Workshop might fail if the files used for transformation
contain accents in their names, due to different encodings used when writing the .hhp
and .hhc files. If the transformation fails to produce the CHM output but the
.hhp (HTML Help Project) file is already generated, you can manually try to build
the CHM output using HTML Help Workshop.Changing the Output Encoding
Oxygen XML Developer uses the htmlhelp.locale parameter to correctly
display specific characters of different languages in the output of the Compiled HTML
Help (CHM) transformation. By default, the DITA Map CHM
transformation scenario that comes bundled with Oxygen XML Developer has the
htmlhelp.locale parameter set to en-US.
To customize this parameter, follow this procedure:
- Use the
Configure Transformation Scenario(s) (Ctrl + Shift
+ C (Command + Shift + C on OS X)) action from the
toolbar or the menu. - Select the DITA Map CHM transformation scenario and click the Edit button.
- In the Parameter tab, search for the
htmlhelp.localeparameter and change its value to the desired language tag.Note: The format of thehtmlhelp.localeparameter isLL-CC, whereLLrepresents the language code (en, for example) andCCrepresents the country code (US, for example). The language codes are contained in theISO 639-1standard and the country codes are contained in theISO 3166-1standard. For further details about language tags, go to http://www.rfc-editor.org/rfc/rfc5646.txt.