dita2wordrtf.dita 1.5 KB

12345678910111213141516171819202122232425
  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="dita2word" xml:lang="en-US">
  5. <title>DITA to Rich Text Format </title>
  6. <titlealts>
  7. <navtitle>DITA to RTF</navtitle>
  8. </titlealts>
  9. <shortdesc>The <option>wordrtf</option> transformation produces an RTF file for use by Microsoft Word.</shortdesc>
  10. <conbody>
  11. <p>The structure of the generated RTF file is the same as the navigation structure in the DITA map. To avoid losing
  12. files in the final output, make sure the DITA map contains all topics that are referenced from any individual
  13. topics.</p>
  14. <p>The <option>wordrtf</option> transformation has the following limitations: <ul>
  15. <li>Flagging, filtering, and revision bars are not supported.</li>
  16. <li>Style attributes for tables are not supported.</li>
  17. <li>Tables within list items are not supported.</li>
  18. <li>Certain output styles supported by other DITA-OT transformations<!--, for example, X and Y,--> are not supported.</li>
  19. </ul><draft-comment author="Kristen James Eberlein" time="11 August 2012">What can we replace X and Y with? The
  20. original text read "There may be no output style applied on contents of some tags in Word RTF output compared
  21. with other output." Also, what does "Style attributes for tables are not supported" mean? </draft-comment>
  22. </p>
  23. </conbody>
  24. </concept>