| 12345678910111213141516 |
- <!DOCTYPE html
- SYSTEM "about:legacy-compat">
- <html lang="en-us"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2019"><meta name="DC.rights.owner" content="(C) Copyright 2019"><meta name="DC.type" content="concept"><meta name="description" content="DITA-OT ships with several varieties of HTML output, each of which follows roughly the same path through the processing pipeline. All HTML-based transformations begin with the same call to the pre-processing module, after which they generate HTML files and then branch to create the transformation-specific navigation files."><meta name="DC.subject" content="HTML, various output types, pipelines"><meta name="keywords" content="HTML, various output types, pipelines"><meta name="DC.relation" scheme="URI" content="../reference/architecture.html"><meta name="DC.relation" scheme="URI" content="../reference/XhtmlCommon.html"><meta name="DC.relation" scheme="URI" content="../reference/XhtmlDefault.html"><meta name="DC.relation" scheme="URI" content="../reference/html5.html"><meta name="DC.relation" scheme="URI" content="../reference/XhtmlEclipse.html"><meta name="DC.relation" scheme="URI" content="../reference/XhtmlTocjs.html"><meta name="DC.relation" scheme="URI" content="../reference/XhtmlCHM.html"><meta name="DC.format" content="HTML5"><meta name="DC.identifier" content="xhtmlwithnavigation"><meta name="DC.language" content="en-US"><link rel="stylesheet" type="text/css" href="../css/commonltr.css"><link rel="stylesheet" type="text/css" href="../css/dita-ot-doc.css"><title>HTML-based processing modules</title></head><body id="xhtmlwithnavigation"><header role="banner"><div class="header">
- <p>DITA Open Toolkit</p>
- <hr>
- </div></header><nav role="toc"><ul><li><a href="../index.html">DITA Open Toolkit 3.3</a></li><li><a href="../release-notes/index.html">Release Notes</a></li><li><a href="../topics/installing-client.html">Installing DITA-OT</a></li><li><a href="../topics/alternative-input-formats.html">Authoring formats</a></li><li><a href="../topics/building-output.html">Building output</a></li><li><a href="../parameters/index.html">Setting parameters</a></li><li><a href="../topics/customizing.html">Customizing DITA-OT</a></li><li><a href="../topics/troubleshooting-overview.html">Troubleshooting</a></li><li><a href="../reference/index.html">Reference</a><ul><li><a href="../reference/architecture.html">DITA-OT architecture</a><ul><li><a href="../reference/processing-structure.html">Processing structure</a></li><li><a href="../reference/map-first-preprocessing.html">Map-first preprocessing</a></li><li><a href="../reference/processing-pipeline-modules.html">Processing modules</a></li><li><a href="../reference/processing-order.html">Processing order</a></li><li><a href="../reference/preprocessing.html">Pre-processing modules</a></li><li class="active"><a href="../reference/XhtmlWithNavigation.html">HTML-based processing modules</a><ul><li><a href="../reference/XhtmlCommon.html">Common HTML-based processing</a></li><li><a href="../reference/XhtmlDefault.html">XHTML processing</a></li><li><a href="../reference/html5.html">HTML5 processing</a></li><li><a href="../reference/XhtmlEclipse.html">Eclipse help processing</a></li><li><a href="../reference/XhtmlTocjs.html">TocJS processing</a></li><li><a href="../reference/XhtmlCHM.html">HTML Help processing</a></li></ul></li><li><a href="../reference/pdf-transform.html">PDF processing modules</a></li></ul></li><li><a href="../reference/DITA_spec-support.html">DITA specification support</a></li><li><a href="../reference/license.html">License</a></li></ul></li><li><a href="../topics/dita-and-dita-ot-resources.html">Resources</a></li></ul></nav><main role="main"><article role="article" aria-labelledby="ariaid-title1">
- <h1 class="title topictitle1" id="ariaid-title1">HTML-based processing modules</h1>
-
-
- <div class="body conbody"><p class="shortdesc">DITA-OT ships with several varieties of HTML output, each of which follows roughly the same path through
- the processing pipeline. All HTML-based transformations begin with the same call to the pre-processing module, after
- which they generate HTML files and then branch to create the transformation-specific navigation files.</p>
- <section class="section">
- </section>
- </div>
- <nav role="navigation" class="related-links"><ul class="ullinks"><li class="link ulchildlink"><strong><a href="../reference/XhtmlCommon.html">Common HTML-based processing</a></strong><br>After the pre-processing operation runs, HTML-based builds each run a common series of Ant targets to generate HTML file. Navigation may be created before or after this set of common routines.</li><li class="link ulchildlink"><strong><a href="../reference/XhtmlDefault.html">XHTML processing</a></strong><br>After the XHTML files are generated by the common routine, the <code class="ph codeph">dita.map.xhtml</code> target is called by the <span class="keyword option">xhtml</span> transformation. This target generates a TOC file called <span class="ph filepath">index.html</span>, which can be loaded into a frameset.</li><li class="link ulchildlink"><strong><a href="../reference/html5.html">HTML5 processing</a></strong><br>After the HTML5 files are generated, the <span class="keyword option">html5</span> transformation generates a table of contents (ToC) file called <span class="ph filepath">index.html</span>, which can be loaded as a cover page or rendered in a navigation sidebar or menu via CSS.</li><li class="link ulchildlink"><strong><a href="../reference/XhtmlEclipse.html">Eclipse help processing</a></strong><br>The <span class="keyword option">eclipsehelp</span> transformation generates XHTML-based output and files that are needed to create an Eclipse Help system plug-in. Once the normal XHTML process has run, the <code class="ph codeph">dita.map.eclipse</code> target is used to create a set of control files and navigation files.</li><li class="link ulchildlink"><strong><a href="../reference/XhtmlTocjs.html">TocJS processing</a></strong><br>The <span class="keyword option">tocjs</span> transformation was originally created as a plug-in that was distributed outside of the toolkit, but it is now bundled in the default distribution. It generates a JavaScript-based frameset for XHTML output with Table of Contents entries that expand and collapse.</li><li class="link ulchildlink"><strong><a href="../reference/XhtmlCHM.html">HTML Help processing</a></strong><br>The <span class="keyword option">htmlhelp</span> transformation creates HTML Help control files. If the build runs on a system that has the HTML Help compiler installed, the control files are compiled into a CHM file.</li></ul><div class="familylinks"><div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../reference/architecture.html" title="DITA Open Toolkit is an open-source implementation of the OASIS specification for the Darwin Information Typing Architecture. The toolkit uses Ant, XSLT, and Java to transform DITA content (maps and topics) into different deliverable formats.">DITA Open Toolkit Architecture</a></div></div></nav></article></main></body></html>
|