Previous Topic: XML Top Level

Next Topic: Report Sections


Report Heading

A report heading has exactly one <title> tag, optionally followed by a <subtitle> tag and an optional <text> tag. The <title> tag contains a string of text. This should be a short name for the report.

Example: Report Title

<title>Stack Analysis</title>

The <subtitle> tag (if used) contains text and parameters. It can be used to identify the conditions for which the report was run.

Example: Report Subtitle

<subtitle>for Stack = <parm name=Stack></subtitle>

The <text> tag (if used) can contain a few lines of text that are used to explain the purpose of the report. Multiple <text> tags are allowed, and each becomes a paragraph in the HTML output.

Example: Report Purpose

<text> This report is for people who need to know the TCP/IP traffic details for an individual stack.</text>

Note: The <title>, <subtitle>, and <text> tags must appear in that order, and you cannot have more than one of each of the <title> and <subtitle> tags.