Report templates

Report templates are used to build report types and reports. The template is an XML string that determines the characteristics of the report.
Note: The XML parser is case sensitive.
An XML document consists of tags that contain the following information: If tags contain text, they cannot contain any other tags and vice versa.

All Rational® Focal Point™ tags have thefp prefix:

<fp:tag attribute1="Attribute 1's value"
attribute2="Attribute 2's value">
        <fp:tag1 attribute1="Attribute 1's value" />
        <fp:tag2>text</fp:tag2>
    </fp:tag>

The tags contain mandatory and optional attributes. If an optional tag is not updated, a default value is used. You can find information about the default values in the tag explanations. Only the attributes, tags, and texts that are specified in the explanations is used in the tags.


Feedback