LINKREV v16

This function and procedure generates the <LINK> tag with the REV attribute. The REV attribute is the relationship described by the hypertext link from the target to the anchor.

Syntax

The following is the syntax for HTP:

HTP.LINKREV (
   crev           IN       VARCHAR2
   curl           IN       VARCHAR2
   ctitle         IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.LINKREV (crev, curl, ctitle) RETURN VARCHAR2;

Parameters

ParameterPurpose
crevThe value for the REV attribute
curlThe value for the HREF attribute
ctitleThe value for the TITLE attribute