Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Correct <link> tag in XML

4610Oct 27 2004 — edited Oct 27 2004
In the Customizing Reports at Runtime for Reports 6i (I'm running version 6.0.8.25.0), what is the correct syntax for the <link> tag when generating a report via XML?

The syntax line in the document shows:

<link
parentGroup="name"
parentColumn="name"
childQuery="name"
childColumn="name"
condition="condistion"
sqlClause="clause"
name="link_name"
>
</link>

The example then, does not show the > </link> at the end, but rather just />

I've tried both but just receive a message "REP-6104: Invalid XML report definition Expected tag end(>) instead of '
'

I've tried using both of the "examples" and can't seem to get this to work correctly.

Thanks,
Chad
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2004
Added on Oct 27 2004
1 comment
250 views