<!--comments-->
XML tagThe <!--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 /* */).
<!--
comment_content
-->
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.
-->
Copyright © 1984, 2005, Oracle. All rights reserved.