quote (db.quote)
quote — An inline quotation.
Synopsis
- Zero or more of:
- text
- Bibliography inlines
![[-]](figs/web/nav/down.gif)
- Error inlines
![[-]](figs/web/nav/down.gif)
- Graphic inlines
![[-]](figs/web/nav/down.gif)
- GUI inlines
![[-]](figs/web/nav/down.gif)
- Indexing inlines
![[-]](figs/web/nav/down.gif)
- Keyboard inlines
![[-]](figs/web/nav/down.gif)
- Linking inlines
![[-]](figs/web/nav/down.gif)
- Markup inlines
![[-]](figs/web/nav/down.gif)
- Math inlines
![[-]](figs/web/nav/down.gif)
- Object-oriented programming inlines
![[-]](figs/web/nav/down.gif)
- Operating system inlines
![[-]](figs/web/nav/down.gif)
- Product inlines
![[-]](figs/web/nav/down.gif)
- Programming inlines
![[-]](figs/web/nav/down.gif)
- Publishing inlines
![[-]](figs/web/nav/down.gif)
abbrevacronymcorefdateemphasis(db.emphasis)firstterm(db._firstterm)firstterm(db.firstterm)footnotefootnoterefforeignphrase(db.foreignphrase)glossterm(db._glossterm)glossterm(db.glossterm)phrase(db.phrase)quote(db.quote)subscriptsuperscriptwordasword
- Technical inlines
![[-]](figs/web/nav/down.gif)
- Ubiquitous inlines
![[-]](figs/web/nav/down.gif)
abbrevacronymaltanchorannotationbibliorefcorefdateemphasis(db._emphasis)firstterm(db._firstterm)footnotefootnoterefforeignphrase(db._foreignphrase)glossterm(db._glossterm)indexterm(db.indexterm.endofrange)indexterm(db.indexterm.singular)indexterm(db.indexterm.startofrange)inlinemediaobjectlinkolinkphrase(db._phrase)quote(db._quote)remarksubscriptsuperscripttrademarkwordaswordxref
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.”
See Also
abbrev, acronym, emphasis, foreignphrase, phrase, quote (db._quote), wordasword
Examples
<article xmlns='http://docbook.org/ns/docbook'> <title>Example quote</title> <para>This software is provided <quote>as is</quote>, without expressed or implied warranty. </para> </article>
This software is provided “as is”, without expressed or implied warranty.




![[+]](figs/web/nav/right.gif)