Release 1.3.1 (based on the Toolkit 1.3 major release and the DITA 1.0 standard) was a maintenance release in which 15 bugs were fixed.
Deprecated functionality
Release 1.3 was a major release to add new and improved functionality, fulfill new requirements, and fix bugs.
Strategic updates to DITA Open Toolkit
C:\dita-ot\lib\dost.jar
you need to change it to:
C:\dita-ot\lib;C:\dita-ot\lib\dost.jar;C:\dita-ot\lib\resolver.jar
The full package can be used like a normal installation as long as you update the system variables either in the evironment settings or in a batch file that sets up the shell environment.
New and enhanced features
The <abstract> element can include complex markups besides the <shortdesc> element. The <shortdesc> element can be put inside the <abstract> element, together with many other elements.
The proposed DITA 1.1 standard includes a new element, <data>. This element and the content inside it is ignored in the transformation process of DITA files.
Capabilities were added to allow use of a template to develop documentation plug-ins with DITA in Eclipse PDE, and to use DITA Open Toolkit to build and pack the final plug-in.
The topicmerge feature improved the Toolkit build speed and reduced the possibility of encountering an "out of memory" exception in the build process.
In prior releases of DITA Open Toolkit, index entries were sorted based on the Java JDK collator. For example, Swedish words beginning with umlauted a and o vowels appeared with the equivalent non-umlauted vowels, ignoring the linguistic significance in Swedish.
In release 1.3, the index sort was based on the paradigm of the language specified for the files. In the case of Swedish umlauted vowels, they now appear at the end of the alphabet, after Z.
In prior releases of DITA Open Toolkit, a simple XML catalog resolver was enabled. Users did not need to update the references to DTDs in DITA files when the file paths were changed; however, this simple implementation could be redistributed because it did not support standard XML catalogs.
In DITA OT 1.3, a standard XML catalog resolver was enabled so that references to DTDs in DITA files do not need to be updated each time users change the file paths on their workstations or use another workstation.
Release 1.3 introduced support for two different file extensions, .dita and .xml. Previous releases of DITA Open Toolkit did not support the transformation of DITA maps containing inconsistent file types, for example one DITA map containing both .dita and .xml files.
In DITA Open Toolkit 1.3, the system-level Ant scripts were refactored so developers could easily find the targets they needed, and create their own extensions.
java -jar lib/dost.jar
-version
java -jar lib/dost.jar
-h
Bug fixes: 21
Patches added: 1
RFEs added: 1