Add a custom output type
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.
New output types are defined in the
%OutputGenDir%/conf/client/outputtypes.xml file in an
<outputtype>
element.
Sample user output type:
<outputtype name="Dita2Pdf" timeout="60000" system="false">
<preprocessing>
<preprocessor name="dita2pdf" />
</preprocessing>
<renderer/>
</outputtype>
Field |
Description |
---|---|
|
Name of the output type Note: If the output type is visible to the user, this
name displays in the Generate Output dialog.
Important: If you are customizing a IXIA CCMS transformation scenario, such as Dita2RedlinePdf, you *must*
keep the output type name as it is. You cannot modify it or rename it.
For example, copy the Dita2RedlinePdf output type and rename it, such as
acme.Dita2RedlinePdf, otherwise the CCMS will
not be able to use it. The CCMS expects the
system output types to be named as follows:
|
|
Value for amount of time, in milliseconds, that the system allows for a completely rendered version to be returned to the user Note: If generating the output takes longer than the
specified value, IXIA CCMS Output Generator aborts the
job.
|
|
Specification for output type as internal to the system or visible to the user
Note: You should set the system attribute to
false when
debugging a new system preprocessor so that you can generate and test the
output directly from the Generate Output dialog. |
One or more |
Specification of preprocessors to call during output type selection Note: The preprocessor that contains the instructions
to generate the output must be the last one in the list.
|
|
Unused Important: This element must be present
and empty, otherwise the build fails.
|
To add a custom output type: