customised placeholder

Here should go questions about transforming XML with XSLT and FOP.
sia
Posts: 12
Joined: Tue Sep 17, 2019 1:22 am

customised placeholder

Post by sia »

How to make a customized placeholder for dita pdf, that can be then included in the bookmap plugin?
I need to then include it within a bookmap , that can be called before the booklist within frontmatter.
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: customised placeholder

Post by Radu »

Hi,

Please give more details about your use case.
Also if you publish to PDF using the Oxygen CSS-based publishing or the classic XSL-FO based PDF output.
In general you can add a topciref to your custom topic before the booklists element:

Code: Select all

    <frontmatter>
        <topicref href="myCustomTopic.dita"/>
        <booklists>
            <toc/>
        </booklists>
    </frontmatter>
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply