quote (db.quote)

quote — An inline quotation.

Synopsis

quote (db.quote) ::= [-]

Attributes

Common attributes (ID required).

Additional attributes:

    Description

    A quote surrounds an inline quotation. Using an element for quotations is sometimes more convenient than entering the quotation marks directly, and makes it possible for a presentation system to alter the format of the quotation marks.

    Block quotations are properly identified as blockquotes.

    Processing expectations

    Formatted inline. The quote element is expected to generate the proper quotation marks. These may be influenced by the lang attribute on an ancestor element. For example, a quote in French might use «guillemets» instead of English “quote marks.”

    Attributes

    Common attributes (ID required).

    Children [+]

    This element contains 106 elements.

    Examples

      1 <article xmlns='http://docbook.org/ns/docbook'>
      2 <title>Example quote</title>
        
      4 <para>This software is provided <quote>as is</quote>, without expressed
        or implied warranty.
      6 </para>
        
      8 </article>

    This software is provided “as is”, without expressed or implied warranty.

    Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)