This scenario walks through the process of creating a very simple plug-in
(
The transformation includes a custom CSS file and sets four parameters to integrate the custom stylesheet in the generated HTML5 output. These parameter settings make the following changes:
Specify the
Specify the name of the custom CSS file with
The value of this parameter tells DITA-OT to use the
Ensure that the CSS file is copied to the output directory by setting
Set the destination path for CSS files in the output folder with
CSS files are copied to the root level of the output folder by default. Setting this parameter places CSS
files in a dedicated
All four parameters are set in the Ant script (
The plug-in directory has the following layout and files: