dita2javahelp.dita 1.3 KB

1234567891011121314151617181920
  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="dita2javahelp" xml:lang="en-US">
  5. <title>DITA to Java Help</title>
  6. <shortdesc>The <option>javahelp</option> transformation will generate Java Help output, along with the control files
  7. needed to compile the project.</shortdesc>
  8. <conbody>
  9. <p>The Java Help output produces HTML files rather than XHTML files. In addition to the HTML output and CSS files,
  10. this transformation type will return the following files:<ul>
  11. <li>Table of Contents (<filepath>toc.xml</filepath>)</li>
  12. <li>Sorted index (<filepath>mapname_index.xml</filepath>)</li>
  13. <li>Other Java Help project files (<filepath>map.jhm and mapname_helpset.hs</filepath>)</li>
  14. <li>If the Java Help compiler is located on the system, a compiled Java Help project will be returned.</li>
  15. </ul></p>
  16. <p>To run the Java Help transformation, set the <parmname>transtype</parmname> parameter to <option>javahelp</option>, or
  17. pass the <option>-format javahelp</option> option to the <cmdname>dita</cmdname> command line.</p>
  18. </conbody>
  19. </concept>