dita2xhtml.dita 1.1 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!--This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.-->
  4. <concept id="dita2xhtml" xml:lang="en-US">
  5. <title>DITA to XHTML</title>
  6. <shortdesc>The <option>xhtml</option> transformation generates XHTML output and a table of contents (TOC) file. This
  7. was the first transformation created for the DITA Open Toolkit, and originally served as the basis for all
  8. HTML-based transformations.</shortdesc>
  9. <conbody>
  10. <p>The XHTML output is always associated with the default DITA-OT CSS file (<filepath>commonltr.css</filepath> or
  11. <filepath>commonrtl.css</filepath> for right-to-left languages). You can use toolkit parameters to add a custom
  12. style sheet to override the default styles.</p>
  13. <p>To run the XHTML transformation, set the <parmname>transtype</parmname> parameter to <option>xhtml</option>, or
  14. pass the <option>-format xhtml</option> option to the <cmdname>dita</cmdname> command line.</p>
  15. </conbody>
  16. </concept>