DocBook Slides: The Definitive Guide (Version 0.9.1 for DocBook Slides 5.2b09a) |
bibliography
bibliography — A bibliography.
Synopsis
- Sequence of:
- One of:
- Zero or more of:
- Sequence of:
- empty
- empty
- Sequence of:
revhistory
speakernotes
- Formal elements
- Graphic elements
- Informal elements
informaltable
(db.cals.informaltable)informaltable
(db.html.informaltable)
- List elements
- Paragraph elements
- Publishing elements
- Verbatim elements
- One of:
- One or more of:
- One or more of:
- One of:
Description
A bibliography. A DocBook bibliography may contain some
introductory information, but its main content is a set of
bibliography entries
(bibliomixed
elements in Simplified DocBook).
These may occur directly inside the
bibliography
element or inside bibliodiv
elements.
Processing expectations
Formatted as a displayed block.
Some systems may display only those entries within a
bibliography
that are cited in the containing document.
This may be an interchange issue.
See Appendix C, Interchanging DocBook Documents.
Attributes
Common attributes and common linking attributes.
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
Children
The following elements occur in bibliography: bibliodiv
, bibliomixed
, blockquote
, epigraph
, example
, figure
, info
(db.info), info
(db.titleforbidden.info), informaltable
(db.cals.informaltable), informaltable
(db.html.informaltable), itemizedlist
, literallayout
, mediaobject
, note
, orderedlist
, para
, programlisting
, revhistory
, sidebar
, speakernotes
, subtitle
, table
(db.cals.table), table
(db.html.table), title
, titleabbrev
, variablelist
.
Examples
Simplified DocBook supports only the “cooked” form of bibliography entry where additional text is included so that it is easy to render.
<bibliography xmlns='http://docbook.org/ns/docbook'>
<title>References</title>
<bibliomixed>
<bibliomset relation='article'>Walsh, Norman.
<title role='article'>Introduction to Cascading Style Sheets</title>.
</bibliomset>
<bibliomset relation='journal'>
<title>The World Wide Web Journal</title>
<volumenum>2</volumenum><issuenum>1</issuenum>.
<publishername>O'Reilly & Associates, Inc.</publishername> and
The World Wide Web Consortium. Winter, 1996</bibliomset>.
</bibliomixed>
</bibliography>