Report and revision highlights operations
When a publication is published with LiveContent, the publishing engine creates reports on a number of subjects. These API functions grant access to the invalid references, missing images, and a revision highlights report that the publishing engine has prepared.
- Load all invalid references
This API call loads an XML instance that expresses all the invalid references within either the current data module or the entire publication.. The invalid references can include document-to-document references, or<xref/>links, that is, links internal to a document. The report is organized based on the TOC, making it easy to find the documents that contain the invalid references. In addition, the XML instance contains the document identifiers of each document, making it easy to load the document on demand. - Load Revision Highlights report
This API loads HTML page to display the Revision Highlights report. - Load invalid references in specific document
This API call loads an XML instance that expresses all of the invalid references within a specific document. The invalid references can include document-to-document references, or<xref/>links, those links that are internal to the document. The XML instance contains the document identifier and element level identifier of each reference, making it easy to load the document and navigate to the reference element on demand. - Load All Missing Images report
This API call loads and XML instance that expresses all of the missing media files for an entire publication (the missing images). The XML instance contains the document identifier, element level identifier of each<figure/>(or other media tag), and the file name of the media resource that would be loaded, if it existed. This makes it easy to navigate a user directly to the document and media element on demand. - Load Missing Images report for specific document
This API call loads and XML instance that expresses all of the missing media resources for a single, specific document. The XML instance contains the document identifier, element level identifier of each the<figure/>(or other media tag), and the file name of the media resource that would be loaded, if it existed. This makes it easy to navigate a user directly to the document and media element on demand. - Load Change report page
Loads the XHTML interface through which the user can interact with the Change report that has been compiled when the publication was publish to LiveContent. These changes include links to the document in which the changes were made, and can be ordered by the revision in which they were made. - Load Change report XML
This API call loads an XML instance that expresses the Change report for this publication. This report contains the information for every change that was marked up in the data, including the textual description of why the change was made, the type of change, and a reference to the document that was changed, and a reference to the element within the document that specifically changed