| 1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
- <!--This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.-->
- <concept id="dita2html5" xml:lang="en">
- <title>DITA to HTML5</title>
- <shortdesc>The <option>html5</option> transformation generates HTML5 output and a table of contents (TOC)
- file.</shortdesc>
- <conbody>
- <p>The HTML5 output is always associated with the default DITA-OT CSS file (<filepath>commonltr.css</filepath> or
- <filepath>commonrtl.css</filepath> for right-to-left languages). You can use toolkit parameters to add a custom
- style sheet that overrides the default styles, or generate a <xmlelement>nav</xmlelement> element with a
- navigation TOC in topic pages.</p>
- <p>To run the HTML5 transformation, set the <parmname>transtype</parmname> parameter to <option>html5</option>, or
- pass the <option>-format html5</option> option to the <cmdname>dita</cmdname> command line.</p>
- </conbody>
- </concept>
|