To make a persistent copy of the results displayed in the Results panel from operations like document validation, checking the form of documents, XSLT or FO transformation, find all occurrences of a string, applying an XPath expression to the current document use one of the actions:
→ - displays the Save Results dialog, used to save the result-list of the current message tab. The action is also available on the right click menu of the Results panel.
→ - displays the Page Setup dialog used to define the page size and orientation properties for printing the result-list of the current Results panel. The action is also available on the right click menu of the Results panel.
on the right click menu - saves the content of the Results panel in an XML file with the format:
<Report>
<Incident>
<Description>Description of output message.</Description>
<SystemID>The location of the file linked to the message.</SystemID>
<Loc>
<Line>Line number in file.</Line>
<Column>Column number in file.</Column>
</Loc>
</Incident>
</Report>