DITA_v1-2-support.dita 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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="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. Initial support for this
  7. specification was added in version 1.5 of the toolkit; versions 1.5.1 and 1.5.2 contain minor modifications to keep
  8. up with the latest drafts. The specification itself was approved at approximately the same time as DITA-OT 1.5.2,
  9. which contained the final versions of the DTD and Schemas. DITA-OT 1.6 updated the DITA 1.2 XSDs to address minor
  10. errata in the standard; the DTDs remain up to date.</shortdesc>
  11. <conbody>
  12. <p>Earlier versions of the DITA Open Toolkit contained a subset of the specification material, including
  13. descriptions of each DITA element. This material was shipped in source, CHM and PDF format. This was possible in
  14. part because versions 1.0 and 1.1 of the DITA Specification contained two separate specification documents: one
  15. for the architectural specification, and one for the language specification.</p>
  16. <p>In DITA 1.2, each of these has been considerably expanded, and the two have been combined into a single document.
  17. The overall document is much larger, and including the same set of material would double the size of the DITA-OT
  18. package. Rather than include that material in the package, we’ve provided the links below to the latest
  19. specification material.</p>
  20. <p>Highlights of DITA 1.2 support in the toolkit include:<ul>
  21. <li>Processing support for all new elements and attributes</li>
  22. <li>Link redirection and text replacement using keyref</li>
  23. <li>New processing-role attribute in maps to allow references to topics that will not produce output
  24. artifacts</li>
  25. <li>New conref extensions, including the ability to reference a range of elements, to push content into another
  26. topic, and to use keys for resolving a conref attribute.</li>
  27. <li>The ability to filter content with controlled values and taxonomies, using the new Subject Scheme Map</li>
  28. <li>Processing support for both default versions of task (original, limited task, and the general task with
  29. fewer constraints on element order)</li>
  30. <li>Acronym and abbreviation support with the new &lt;abbreviated-form> element</li>
  31. <li>New link grouping abilities available with headers in relationship tables</li>
  32. <li>OASIS Subcommittee specializations from the learning and machine industry domains (note that the core
  33. toolkit contains only basic processing support for these, but can be extended to produce related artifacts
  34. such as SCORM modules)</li>
  35. </ul></p>
  36. <p>To find detailed information about any of these features, see the specification documents at OASIS. The DITA
  37. Adoption Technical Committee has also produced several papers to describe individual new features. In general, the
  38. white papers are geared more towards DITA users and authors, while the specification is geared more towards tool
  39. implementors, though both may be useful for either audience. The DITA Adoption papers can be found from that TC’s
  40. main web page.</p>
  41. </conbody>
  42. <related-links>
  43. <link format="html" href="http://docs.oasis-open.org/dita/v1.2/spec/DITA1.2-spec.html" scope="external">
  44. <linktext>DITA 1.2 Specification (XHTML)</linktext>
  45. </link>
  46. <link format="pdf" href="http://docs.oasis-open.org/dita/v1.2/spec/DITA1.2-spec.pdf" scope="external">
  47. <linktext>DITA 1.2 Specification (PDF)</linktext>
  48. </link>
  49. <link format="zip" href="http://docs.oasis-open.org/dita/v1.2/spec/DITA1.2-spec.zip" scope="external">
  50. <linktext>DITA 1.2 Specification (zip of the DITA source)</linktext>
  51. </link>
  52. <link format="zip" href="http://docs.oasis-open.org/dita/v1.2/spec/DITA1.2-spec-chm.zip" scope="external">
  53. <linktext>DITA 1.2 Specification (zip of the HTML Help)</linktext>
  54. </link>
  55. <link format="html" href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=dita-adoption" scope="external">
  56. <linktext>DITA Adoption Technical Committee</linktext>
  57. <desc>Contains links to many white papers about using new DITA 1.2 features.</desc>
  58. </link>
  59. <link format="html" href="http://dita.xml.org/wiki/dita-12-specification-building-specification-subsets"
  60. scope="external">
  61. <linktext>Building subsets of the specification</linktext>
  62. <desc>Information about how to build subsets of the specification using the DITA Open Toolkit.</desc>
  63. </link>
  64. </related-links>
  65. </concept>