transtype - Fluid Topics - 3.9

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.9

The "transtype" string parameter is used to define a specific DITA-OT transformation type. It is optional. If unset, the default value is "XHTML".

To use a transformation type declared in a DITA-OT custom plugin, it is necessary to add the transtype parameter to the conf.json file.

Its value corresponds to the name of the transformation type as declared in the DITA-OT custom plugin configuration.

The transformation type must extend XHTML.

Example

{
"ui": {
...
},
"khub": {
...
"pafs": {
...
"transtype": "new_type_declared_in_my_DITA_OT_plugin",
...
}
}
}

The transtype parameter is available from Fluid Topics version 3.4.36.

Support for HTML5 is in Beta version.