dita-ot - Fluid Topics - 3.8

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.8

The "dita-ot" parameter is used to define the DITA-OT used to process DITA-generated content. It is optional. If unset, the default value is "DITA-OT-2.1".

The parameter expects one of the following values:

  • "DITA-OT-1.7"
  • "DITA-OT-1.8"
  • "DITA-OT-2.1"
  • "DITA-OT-2.5"
  • "DITA-OT-3.0"
  • "DITA-OT-3.5"
  • "${customized DITA-OT}": For more information about customizing a DITA-OT configuration, contact the Fluid Topics Help Desk.

Example

{
"ui": {
...
},
"khub": {
...
"pafs": {
...
"dita-ot": "DITA-OT-1.7"
...
}
}
}