XhtmlCHM.dita 1.5 KB

1234567891011121314151617181920212223242526272829303132
  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. <conbody>
  10. <section>
  11. <p>Once the pre-processing and XHTML processes are completed, most of the HTML Help processing is handled
  12. by the following targets:</p>
  13. <dl>
  14. <dlentry>
  15. <dt><codeph>dita.map.htmlhelp</codeph></dt>
  16. <dd>Create the HHP, HHC, and HHK files. The HHK file is sorted based on the language of the map.</dd>
  17. </dlentry>
  18. <dlentry>
  19. <dt><codeph>dita.htmlhelp.convertlang</codeph></dt>
  20. <dd>Ensures that the content can be processed correctly by the compiler, and that the appropriate code pages
  21. and languages are used.</dd>
  22. </dlentry>
  23. <dlentry>
  24. <dt><codeph>compile.HTML.Help</codeph></dt>
  25. <dd>Attempts to detect the HTML Help compiler. If the compiler is found, the full project is compiled into a
  26. single CHM file.</dd>
  27. </dlentry>
  28. </dl>
  29. </section>
  30. </conbody>
  31. </concept>