| Message | Definition | 
|---|---|
| Title missing for '{0}'. | The baggage file doesn’t have a title defined.  If it’s an  HTMLbaggage file insert a<title>tag in the<head>tag of theHTML. Or add the@titleattribute to that file entry in your baggage list info file.If it’s a  PDFbaggage file add the @titleattribute to that file entry in your baggage list info file. | 
| Summary missing for '{0}'. | The baggage file doesn’t have a summary defined.  If it’s an  HTMLbaggage file you can do one of these: insert a <meta>tag in the<head>tag of theHTMLwith@name=’summary’and@contentwith the summary you want to define, create any kind of tag inside the <body>tag that accepts the attribute@classwith@class=’summary’and then place your summary as the content of the element, insert a <meta>tag in the<head>tag of theHTMLwith@name=’description’and@contentwith the summary you want to define.Or add the  @summaryattribute to that file entry in your baggage list info file.If it’s a  PDFbaggage file add the @summaryattribute to that file entry in your baggage list info file. |