About output types

Output types specify the type of output into which the source DITA files will be transformed, such as PDF or HTML, and link the output type to the preprocessor.

By default, IXIASOFT CCMS provides five user output types and four system output types.

For example, the output type for the Export transformation scenario is as follows:
<outputtype name="Export" timeout="60000" system="false">
   <preprocessing>
      <preprocessor name="export" />
   </preprocessing>
   <renderer/>
</outputtype>