dita2eclipsecontent.dita 1.4 KB

123456789101112131415161718192021
  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="dita2eclipsecontent" xml:lang="en-US">
  5. <title>DITA to Eclipse Content</title>
  6. <shortdesc>The <option>eclipsecontent</option> transformation generates normalized DITA files and Eclipse control
  7. files. It originally was designed for an Eclipse plug-in that dynamically rendered DITA content, but the output from
  8. the transformation can be used by other applications that work with DITA.</shortdesc>
  9. <conbody>
  10. <p>Normalized DITA files have been through the DITA Open Toolkit pre-processing operation. In comparison to the
  11. source DITA files, the normalized DITA files are modified in the following ways:<ul>
  12. <li>Map-based links, such as those generated by map hierarchy and relationship tables, are added to the
  13. topics.</li>
  14. <li>Link text is resolved.</li>
  15. <li>Any DTD or Schema reference is removed.</li>
  16. <li>Class attributes that are defaulted in the DTD or Schema are made explicit in the topics.</li>
  17. <li>Map attributes that cascade are made explicit on child elements.</li>
  18. </ul>The normalized DITA files have an extension of <filepath>.xml</filepath>.</p>
  19. </conbody>
  20. </concept>