XhtmlCHM.dita 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 file for applicable license. -->
  4. <concept id="xhtmlchm" xml:lang="en-US">
  5. <title>HTML Help processing</title>
  6. <shortdesc>The <option>htmlhelp</option> transformation creates HTML Help control files. If the
  7. build runs on a system that has the HTML Help compiler installed, the control files are compiled
  8. into a CHM file.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>HTML<indexterm>CHM</indexterm></indexterm>
  13. <indexterm>dita.map.htmlhelp</indexterm>
  14. <indexterm>targets<indexterm>HTML Help</indexterm></indexterm>
  15. <indexterm><filepath>.hhp</filepath></indexterm>
  16. <indexterm><filepath>.hhc</filepath></indexterm>
  17. <indexterm><filepath>.hhk</filepath></indexterm>
  18. <indexterm>HTML Help</indexterm>
  19. </keywords>
  20. </metadata>
  21. </prolog>
  22. <conbody>
  23. <section>
  24. <p>Once the pre-processing and XHTML processes are completed, most of the HTML Help processing is handled
  25. by the following targets:</p>
  26. <dl>
  27. <dlentry>
  28. <dt><codeph>dita.map.htmlhelp</codeph></dt>
  29. <dd>Create the HHP, HHC, and HHK files. The HHK file is sorted based on the language of the map.</dd>
  30. </dlentry>
  31. <dlentry>
  32. <dt><codeph>dita.htmlhelp.convertlang</codeph></dt>
  33. <dd>Ensures that the content can be processed correctly by the compiler, and that the appropriate code pages
  34. and languages are used.</dd>
  35. </dlentry>
  36. <dlentry>
  37. <dt><codeph>compile.HTML.Help</codeph></dt>
  38. <dd>Attempts to detect the HTML Help compiler. If the compiler is found, the full project is compiled into a
  39. single CHM file.</dd>
  40. </dlentry>
  41. </dl>
  42. </section>
  43. </conbody>
  44. </concept>