Hi,
I'm trying to customize the output of an HTML5-based plugin on dita-ot-2.3.2.
(Note: this is based on a plugin I had working on DITA-OT 2.0, which was based on XHTML output, and which worked perfectly).
The trouble I'm having is regarding the cover customization.
What I need is to create a single cover HTML page which contains a banner, a left navigation (TOC) and a specific div.
In the past, I've added the following extension point to dita.xsl.html5.cover to point to a custom xsl file, with definitions for
- gen-user-footer
- gen-user-header
- etc.
This does not work at all, and the cover page I get does not contain any custom definition.
Could someone tell me if/what's the best way to achieve this ?
-Guillaume