Documentation Center

Configuring publishing to resolve content references

You can configure Contenta S1000D to resolve references to content elements (such as items in CIR and TIR DMs, or warnings/cautions/notes in Descript DMs) before data is sent to the LiveContent S1000D publishing engine.

About this task

A user with administration permissions can follow this procedure to specify that CIR items are resolved before being sent to the publishing engine.

Procedure

  1. Edit Contenta_home/web/cw_common/custom/S1000D_Publish/PublishConfiguration.xml (or your custom publishing configuration file(s)) on the Contenta Web Server where LiveContent S1000D is installed.
  2. Add the entry for LiveContent_PublishTool_ContentRefResolve as shown on the second line below to the file. (Other lines are included for your reference in the file.)
    <property name="Java_Xmx" value="1024m"/>
      <property name="LiveContent_PublishTool_ContentRefResolve" value="true"/>
      <property name="LiveContent_MaxSearchResultsFullText" value="1000"/>
    
  3. Save and close the file.
  4. If this procedure is followed, you can disable this functionality for LiveContent S1000D to eliminate redundancy.

    Refer to the LiveContent S1000D configuration topics in this documentation for further information.