1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="concept"/>
|
---|
10 | <meta name="DC.Title" content="DITA to Java Help"/>
|
---|
11 | <meta name="abstract" content="The "javahelp" transform type will generate Java Help output, along with the control files needed to compile the project."/>
|
---|
12 | <meta name="description" content="The "javahelp" transform type will generate Java Help output, along with the control files needed to compile the project."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../readme/ant-parameters-javahelp-transformation.html"/>
|
---|
14 | <meta name="DC.Relation" scheme="URI" content="../readme/tool-parameters-javahelp-transformation.html"/>
|
---|
15 | <meta name="DC.Format" content="XHTML"/>
|
---|
16 | <meta name="DC.Identifier" content="dita2javahelp"/>
|
---|
17 | <meta name="DC.Language" content="en-us"/>
|
---|
18 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
19 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
20 | <title>DITA to Java Help</title>
|
---|
21 | </head>
|
---|
22 | <body id="dita2javahelp">
|
---|
23 |
|
---|
24 |
|
---|
25 | <h1 class="title topictitle1">DITA to Java Help</h1>
|
---|
26 |
|
---|
27 |
|
---|
28 | <div class="body conbody"><p class="shortdesc">The "javahelp" transform type will generate Java Help output,
|
---|
29 | along with the control files needed to compile the project.</p>
|
---|
30 |
|
---|
31 | <div class="p">The Java Help output produces HTML files rather than XHTML files.
|
---|
32 | In addition to the HTML output and CSS files, this transform type
|
---|
33 | will return the following files:<ul class="ul">
|
---|
34 | <li class="li">Table of Contents (<span class="ph filepath">toc.xml</span>)</li>
|
---|
35 |
|
---|
36 | <li class="li">Sorted index (<span class="ph filepath">mapname_index.xml</span>)</li>
|
---|
37 |
|
---|
38 | <li class="li">Other Java Help project files (<span class="ph filepath">map.jhm and mapname_helpset.hs</span>)</li>
|
---|
39 |
|
---|
40 | <li class="li">If the Java Help compiler is located on the system, a compiled
|
---|
41 | Java Help project will be returned.</li>
|
---|
42 |
|
---|
43 | </ul>
|
---|
44 | </div>
|
---|
45 |
|
---|
46 | </div>
|
---|
47 |
|
---|
48 | <div class="related-links"><div class="relinfo relref"><strong>Related reference</strong><br/>
|
---|
49 | <div><a class="link" href="../readme/ant-parameters-javahelp-transformation.html" title="Certain parameters are specific to the JavaHelp transformation.">Ant parameters: JavaHelp transformation</a></div>
|
---|
50 | <div><a class="link" href="../readme/tool-parameters-javahelp-transformation.html" title="Certain parameters are specific to the JavaHelp transformation.">Command-line tool parameters: JavaHelp transformation</a></div>
|
---|
51 | </div>
|
---|
52 | </div>
|
---|
53 |
|
---|
54 | </body>
|
---|
55 | </html>
|
---|