dita2htmlhelp.dita 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!--This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.-->
  4. <concept id="dita2htmlhelp" xml:lang="en-US">
  5. <title>DITA to HTML Help (CHM)</title>
  6. <shortdesc>The <option>htmlhelp</option> transformation generates HTML output, CSS files, and the control files that
  7. are needed to produce a Microsoft HTML Help file.</shortdesc>
  8. <conbody>
  9. <p>In addition to the HTML output and CSS files, this transformation returns the following files, where
  10. <varname>mapname</varname> is the name of the master DITA map. <simpletable frame="all" relcolwidth="2.0* 3.0*">
  11. <sthead>
  12. <stentry>File name</stentry>
  13. <stentry>Description</stentry>
  14. </sthead>
  15. <strow>
  16. <stentry><filepath><varname>mapname</varname>.hhc</filepath></stentry>
  17. <stentry>Table of contents</stentry>
  18. </strow>
  19. <strow>
  20. <stentry><filepath><varname>mapname</varname>.hhk</filepath></stentry>
  21. <stentry>Sorted index</stentry>
  22. </strow>
  23. <strow>
  24. <stentry><filepath><varname>mapname</varname>.hhp</filepath></stentry>
  25. <stentry>HTML Help project file</stentry>
  26. </strow>
  27. <strow>
  28. <stentry><filepath><varname>mapname</varname>.chm</filepath></stentry>
  29. <stentry>Compiled HTML Help<note>This file is generated only if the HTML Help Workshop is installed on the
  30. build system.</note></stentry>
  31. </strow>
  32. </simpletable>
  33. </p>
  34. <p>To run the HTML Help transformation, set the <parmname>transtype</parmname> parameter to
  35. <option>htmlhelp</option>, or pass the <option>-format htmlhelp</option> option to the <cmdname>dita</cmdname>
  36. command line.</p>
  37. </conbody>
  38. </concept>