BLOCKQUOTEOPEN and BLOCKQUOTECLOSE v16

These functions and procedures generate the <BLOCKQUOTE> and </BLOCKQUOTE> tags, which mark a block of quoted text.

Syntax

The following is the syntax for HTP:

HTP.BLOCKQUOTEOPEN (
   cnowrap        IN       VARCHAR2   DEFAULT NULL
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

HTP.blockquoteClose;

The following is the syntax for HTF:

HTF.BLOCKQUOTEOPEN (cnowrap, cclear, cattributes) RETURN VARCHAR2;

HTF.BLOCKQUOTECLOSE RETURN VARCHAR2;

Parameters

ParameterPurpose
cnowrapIf the value for this parameter isn't NULL, adds the NOWRAP attribute to the tag
cclearThe value for the CLEAR attribute
cattributesOther attributes to include as is in the tag