Example of main TOC reference to sub-TOC - see first "TocEntry" line referencing a .fltoc file instead of an .htm file:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CatapultToc Version="1">
<TocEntry Title="FrontMatter-Print" Link="/Project/TOCs/FrontMatter-Print.fltoc" conditions="Default.PrintOnly" StartSection="false" StartChapter="false" />
<TocEntry Title="Introduction" Link="/Content/Introduction.htm" StartChapter="true" PageLayout="/Content/Resources/PageLayouts/Chapter.flpgl" PageType="first" PageNumberReset="reset" PageNumberFormat="decimal" PageNumber="1" StartSection="false" />
</CatapultToc>Code: Select all
<?xml version="1.0" encoding="utf-16"?>
<CatapultToc
Version="1">
<TocEntry
Title="UIS fm-Title"
Link="/Content/fm-Title.htm"
conditions="Default.PrintOnly,ProductSKUs.UIS"
StartSection="false"
StartChapter="true"
PageLayout="/Content/Resources/PageLayouts/Title.flpgl"
PageType="title"
PageNumberReset="reset"
PageNumberFormat="lower-roman"
PageNumber="1" />
<TocEntry
Title="LS fm-Title"
Link="/Content/fm-Title.htm"
conditions="Default.PrintOnly,ProductSKUs.LS"
StartSection="false"
StartChapter="true"
PageLayout="/Content/Resources/PageLayouts/LS-Title.flpgl"
PageType="title"
PageNumberReset="reset"
PageNumberFormat="lower-roman"
PageNumber="1" />
<TocEntry
Title="fm-CopyrightPage"
Link="/Content/fm-CopyrightPage.htm"
StartChapter="true"
PageLayout="/Content/Resources/PageLayouts/Title.flpgl"
PageNumber="1"
PageNumberReset="continue"
StartSection="false"
conditions="Default.PrintOnly" />
<TocEntry
Title="fm-Contents"
Link="/Content/fm-Contents.htm"
conditions="Default.PrintOnly" />
</CatapultToc>