dita2xhtml.dita 1.1 KB

123456789101112131415161718
  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 file for applicable license. -->
  4. <concept id="dita2xhtml" xml:lang="en-US">
  5. <title>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 <parmname>--format</parmname>=<option>xhtml</option> option to the <cmdname>dita</cmdname> command
  15. line.</p>
  16. </conbody>
  17. </concept>