dita2odt.dita 832 B

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="dita2odt" xml:lang="en-US">
  5. <title>DITA to Open Document Type</title>
  6. <titlealts>
  7. <navtitle>DITA to ODT</navtitle>
  8. </titlealts>
  9. <shortdesc>The <option>odt</option> transformation produces output files that use the Open Document format, which is
  10. used by tools such as Open Office. </shortdesc>
  11. <conbody>
  12. <p>This transform returns an ODT document, which is a zip file that contains the ODF XML file
  13. (<filepath>content.xml</filepath>), referenced images, and default styling (in the file
  14. <filepath>styles.xml</filepath>).</p>
  15. </conbody>
  16. </concept>