citation
citation — An inline bibliographic reference to another published work.
Synopsis
- Zero or more of:
Attributes
Description
The content of a citation
is assumed to be a
reference string, perhaps identical to an abbreviation in an entry in a
bibliography
.
Processing expectations
Formatted inline.
This element occurs in 51 elements.
This element contains 100 elements.
See Also
Examples
1 <article xmlns='http://docbook.org/ns/docbook' version='5.0'> 2 <title>Example citation</title> 4 <para>Consult <citation>AhoSethiUllman96</citation> for more details on abstract syntax tree construction. 6 </para> 8 <para>…</para> 10 <bibliolist> <title>Bibliography</title> 12 <biblioentry> 14 <abbrev>AhoSethiUllman96</abbrev> <authorgroup> 16 <author><personname> <firstname>Alfred V.</firstname><surname>Aho</surname> 18 </personname></author> <author><personname> 20 <firstname>Ravi</firstname><surname>Sethi</surname> </personname></author> 22 <author><personname> <firstname>Jeffrey D.</firstname><surname>Ullman</surname> 24 </personname></author> </authorgroup> 26 <copyright><year>1996</year> <holder>Bell Telephone Laboratories, Inc.</holder></copyright> 28 <editor> <personname> 30 <firstname>James T.</firstname><surname>DeWolf</surname> </personname> 32 </editor> <biblioid class="isbn">0-201-10088-6</biblioid> 34 <publisher> <publishername>Addison-Wesley Publishing Company</publishername> 36 </publisher> <citetitle>Compilers, Principles, Techniques, and Tools</citetitle> 38 </biblioentry> </bibliolist> 40 </article>
Consult [AhoSethiUllman96] for more details on abstract syntax tree construction.
…
Bibliography
[AhoSethiUllman96] . Copyright © 1996 Bell Telephone Laboratories, Inc. James T. DeWolf. 0-201-10088-6. Addison-Wesley Publishing Company. Compilers, Principles, Techniques, and Tools.