DITA_v1-2-support.dita 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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="dita1.2specification" xml:lang="en-US">
  5. <title>DITA 1.2 support</title>
  6. <shortdesc>DITA Open Toolkit <keyword keyref="release"/> supports the DITA 1.2 specification. While 1.2 is no longer
  7. the latest version of DITA, the grammar files (DTD and XML Schema) are still included with DITA-OT and content
  8. explicitly created for 1.2 continues to work as intended.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm><xmlelement>abbreviated-form</xmlelement></indexterm>
  13. <indexterm><xmlatt>keyref</xmlatt></indexterm>
  14. <indexterm><xmlatt>processing-role</xmlatt></indexterm>
  15. <indexterm><xmlatt>conref</xmlatt><indexterm>support</indexterm></indexterm>
  16. <indexterm>filters<indexterm>subject scheme</indexterm></indexterm>
  17. <indexterm>DITA<indexterm>specializations</indexterm></indexterm>
  18. <indexterm>DTD</indexterm>
  19. <indexterm>schema<indexterm>DITA 1.2</indexterm></indexterm>
  20. <indexterm>grammar files</indexterm>
  21. <indexterm>DITA 1.2</indexterm>
  22. <indexterm>SCORM</indexterm>
  23. </keywords>
  24. </metadata>
  25. </prolog>
  26. <conbody>
  27. <p>Highlights of DITA 1.2 support in the toolkit include:
  28. <ul>
  29. <li>Processing support for all new elements and attributes</li>
  30. <li>Link redirection and text replacement using <xmlatt>keyref</xmlatt></li>
  31. <li>New <xmlatt>processing-role</xmlatt> attribute in maps to allow references to topics that will not produce
  32. output artifacts</li>
  33. <li>New content reference extensions, including the ability to reference a range of elements, to push content
  34. into another topic, and to use keys for resolving a <xmlatt>conref</xmlatt> attribute.</li>
  35. <li>The ability to filter content with controlled values and taxonomies using Subject Scheme Maps</li>
  36. <li>Processing support for both default versions of task (original, limited task, and the general task with
  37. fewer constraints on element order)</li>
  38. <li>Acronym and abbreviation support with the new <xmlelement>abbreviated-form</xmlelement> element</li>
  39. <li>New link grouping abilities available with headers in relationship tables</li>
  40. <li>OASIS Subcommittee specializations from the learning and machine industry domains (note that the core
  41. toolkit contains only basic processing support for these, but can be extended to produce related artifacts
  42. such as SCORM modules)</li>
  43. </ul></p>
  44. <p>To find detailed information about any of these features, see the specification documents at OASIS. The DITA
  45. Adoption Technical Committee has also produced several papers to describe individual new features. In general, the
  46. white papers are geared more towards DITA users and authors, while the specification is geared more towards tool
  47. implementors, though both may be useful for either audience. The DITA Adoption papers can be found from that
  48. committee’s main web page.</p>
  49. </conbody>
  50. <related-links>
  51. <link keyref="dita12-xhtml"/>
  52. <link keyref="dita12-pdf"/>
  53. <link keyref="dita12-source"/>
  54. <link keyref="dita-tc"/>
  55. <link keyref="dita-adoption-tc"/>
  56. </related-links>
  57. </concept>