This function and procedure generates the <CITE> and </CITE> tags, which render text as a citation.

Syntax

The following is the syntax for HTP:

HTP.CITE (
   ctext          IN       VARCHAR2
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.CITE (ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render as a citation
cattributesOther attributes to include as is in the tag