This is an alpha version of this book.

author

Name

author — The name of an individual author

Synopsis

Content Model

author ::=
((honorific|firstname|surname|lineage|othername|affiliation|
  authorblurb|contrib)+)

Attributes

Common attributes

Parameter Entities

The following parameter entities contain author:

Parameter Entities
%bibliocomponent.mix; %docinfo.char.class; %ndxterm.char.mix;
%para.char.mix; %refinline.char.mix; %tbl.entry.mdl;
%title.char.mix;    

Description

The Author element holds information about the author of the document in which it occurs; it is meta-information about the current document or document section, not a reference to the author of an external document.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.

[4.0] Future Changes

AuthorBlurb and Affiliation will be removed from the inline content of Author in DocBook V4.0. A new wrapper element will be created to hold Author, AuthorBlurb, and Affiliation.

Children

The following elements occur in author: affiliation, authorblurb, contrib, firstname, honorific, lineage, othername, surname.

See Also

authorblurb, authorgroup, collab, collabname, contrib, corpauthor, editor, othercredit.

Examples

<!DOCTYPE author PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<author>
  <honorific>Mr</honorific>
  <firstname>Norman</firstname>
  <surname>Walsh</surname>
  <othername role='mi'>D</othername>
  <affiliation>
    <shortaffil>ATI</shortaffil>
    <jobtitle>Senior Application Analyst</jobtitle>
    <orgname>ArborText, Inc.</orgname>
    <orgdiv>Application Developement</orgdiv>
  </affiliation>
</author>

For additional examples, see also ackno, article, authorgroup, bibliography, biblioset, book, bookinfo, othercredit .

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.