| 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="dita2xhtml" xml:lang="en-US">
- <title>DITA to XHTML</title>
- <shortdesc>The <option>xhtml</option> transformation generates XHTML output and a table of contents (TOC) file. This
- was the first transformation created for the DITA Open Toolkit, and originally served as the basis for all
- HTML-based transformations.</shortdesc>
- <conbody>
- <p>The XHTML 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 to override the default styles.</p>
- <p>To run the XHTML transformation, set the <parmname>transtype</parmname> parameter to <option>xhtml</option>, or
- pass the <option>-format xhtml</option> option to the <cmdname>dita</cmdname> command line.</p>
- </conbody>
- </concept>
|