In the settings of a template in Native PDF, AEM Guides Cloud there are a number of standard pages: TOC, Glossary, Citations, Empty Pages, Chapters & Topics.
These are referred to by the bookmap in the following way:
<booklists>
<glossarylist></glossarylist>
<toc></toc>
</booklists>
I want to enable a new page in the templates called "blankpage". It will be a plt file the same as the others and I want to refer to it in my map within the booklists tag as below:
<booklists> <glossarylist></glossarylist>
<blankpage></blankpage>
<toc></toc>
</booklists>
I understand that I need to customize Native PDF. How? Where are the XSL files? Is there any documentation on this?