Documentation Center

Customizing the TOC

You can customize how the Title appears in the TOC of your IETP.

About this task

You can configure LiveContent S1000D to display one of the following in the IETP's TOC Title:
  • infoname only
  • techname only
  • both techname and infoname

Procedure

  1. In a text editor, open the configuration file for your publication.
  2. Add the following code:
    <configitem name="TocTitleDisplay">
                  <comment>
                      default is including all, ‘1’ will exclude ‘techname’, 
                      ‘2’ will exclude ‘infoname’
                  </comment>
                  <value>
                     2
                  </value>
    </configitem>
  3. Modify the code using the following table as a guide to specifying a value for the TocTitleDisplay attribute:
    For the TOC Title to showValue
    Only infoname1
    Only techname2
    Both techname and infoname

    This is the default.

    blank (or any number other that 1 or 2)
  4. Save your changes and exit the text editor.