<bibliolist>
The <bibliolist>
element references a topic containing a list of
bibliographic entries within the book. It indicates to the processing software that the author
wants a bibliography, containing links to related books, articles, published papers, or other
types of material, generated at the particular location. If no @href
attribute
is specified on the <bibliolist>
element, an external processor might generate a list of bibliographic entries at this
location.
See appendix for information about this element in OASIS document type shells.
- map/topicref bookmap/bibliolist
<bookmap>
<!-- ... -->
<backmatter>
<amendments href="updatesToTheBook.dita"/>
<booklists>
<trademarklist href="listoftrademarks.dita"/>
<bibliolist href="bibliography.dita"/>
<indexlist/>
</booklists>
</backmatter>
</bookmap>
The following attributes are available on this element: Universal attribute group, Link relationship attribute group (with a narrowed definition of @href
,
given below), Attributes common to many map elements, @navtitle
and @copy-to
from Topicref element attributes group, outputclass, and @keyref
.
@href
@href
is specified, processors can choose to generate
an appropriate listing for this element. All of
the book listings operate in a similar manner; for
example, <toc
href="toc.dita"/>
references a topic
which contains a manual table of contents, while
<toc/>
indicates that a
processor should generate the table of contents.