Last change
on this file since 99527 was 98584, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Setting svn properties of DITA-OT library.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.-->
|
---|
5 | <!-- (c) Copyright IBM Corp. 2011 All Rights Reserved. -->
|
---|
6 | <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
|
---|
7 | "concept.dtd">
|
---|
8 | <concept id="dita2javahelp" xml:lang="en-us">
|
---|
9 | <title>DITA to Java Help</title>
|
---|
10 | <shortdesc>The "javahelp" transform type will generate Java Help output,
|
---|
11 | along with the control files needed to compile the project.</shortdesc>
|
---|
12 | <conbody>
|
---|
13 | <p>The Java Help output produces HTML files rather than XHTML files.
|
---|
14 | In addition to the HTML output and CSS files, this transform type
|
---|
15 | will return the following files:<ul>
|
---|
16 | <li>Table of Contents (<filepath>toc.xml</filepath>)</li>
|
---|
17 | <li>Sorted index (<filepath>mapname_index.xml</filepath>)</li>
|
---|
18 | <li>Other Java Help project files (<filepath>map.jhm and mapname_helpset.hs</filepath>)</li>
|
---|
19 | <li>If the Java Help compiler is located on the system, a compiled
|
---|
20 | Java Help project will be returned.</li><?Pub Caret -1?>
|
---|
21 | </ul></p>
|
---|
22 | </conbody>
|
---|
23 | </concept>
|
---|
24 | <?Pub *0000000951?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.