DITA Map to CHM (Compiled HTML Help) TransformationEdit online
To perform a Compiled HTML Help (CHM) transformation, Oxygen XML Editor plugin needs
Microsoft HTML Help Workshop to be installed on your computer. Oxygen XML Editor plugin 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 Editor plugin 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 Editor plugin has the
htmlhelp.locale parameter set to en-US.
To customize this parameter, follow this procedure:
- Use the
Configure Transformation Scenario(s) (Alt + Shift +
T, C (Command + Alt + T, C on OS X)) action from the
toolbar or the XML 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.