A script-enabled browser is required for this page to function properly.

<!--comments--> XML tag

The <!--comments--> tag enables you to include comments within your XML report definition. The parser ignores any text between the comment delimiters. If you are using PL/SQL (SRW.ADD_DEFINITION) to build your XML report definition, then you can incorporate comments in the program unit using the PL/SQL comment delimiters (for example, -- or /* */).

Syntax

<!--
  comment_content
-->

Examples

The following example shows a segment of an XML report definition that uses the <!--comments--> tag to include a comment.

<report name="cond" DTDVersion="1.0">
<!-- This report assumes that the file
  named header_example.html is located
  in d:\ORANT\TOOLS\DOC\US\RBBR.
  If it it not located there, the report
  will not run properly.
-->

See also

About XML in reports