DITA OT release 1.0

The initial release of the Open Sourced DITA Toolkit introduces major architectural changes from the previous, developerWorks version of the Toolkit.

New features

  1. A new, Java-based processing architecture that supports single-threaded execution throughout.
  2. Ant-based orchestration of the processing environment, from preprocessing to transformation to any required post-processing.
  3. A pre-processor core that supports conditional processing and conref resolution.
  4. Map-driven processing that generates links for transformed topics.
  5. A new DITA to HTML transform that replaces the previous topic2html_Impl.xsl core transform. This new core is based on requirements for high-volume usage within IBM for the past several years.

Ant-driven processing means that you can integrate the DITA processing tools into a seamless pipeline within supportive environments such as Eclipse.

The DTDs and Schemas in this version are based on those in the previous dita132 package with bug fixes. The DITA OS Toolkit will later support the OASIS 1.0 specification in its public review form.

Was this helpful?