Documentation Center

StatusHintList.xml

This XML language resource file contains a list of troubleshooting hints displayed when a user clicks Help after a LiveContent S1000D Publish tool publish operation fails. You can edit this file to add, modify, or delete items for the list.

When launched for the first time, the LiveContent S1000D Publish tool creates this file in the \LiveContentData\publishData directory if it does not already exist.

This resource file must contain a root <list> element with one or more child <item> elements, each of which has <title> and <content> elements as its children.

StatusHintList.xml

The following is a fragment of a sample StatusHintList.xml resource file.
<list>
     <item>   
          <title>Invalid values at the publication configuration file</title>   
          <content>Open file ../XyEnterprise/LiveContent/templates/conf/publication_ID.xml and check if there no <configitem> with empty value.</content> 
     </item>

     ...

</list>