publisher

publisher — The publisher of a document

Synopsis

Content Model

publisher ::=

Description

Publisher associates a PublisherName and an Address. Many publishers have offices in more than one city. Publisher can be used to list or distinguish between the multiple offices.

Processing expectations

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

Parents

These elements contain publisher: biblioentry, bibliomixed, bibliomset, biblioset, info (db.info), info (db.titleforbidden.info), info (db.titleonly.info), info (db.titleonlyreq.info), info (db.titlereq.info).

Children

The following elements occur in publisher: address, publishername.

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Example publisher</title>
  <publisher>
    <publishername>O'Reilly &amp; Associates, Inc.</publishername>
    <address><street>101 ...</street>
    ...
    </address>
  </publisher>
</info>

<para>…</para>

</article>

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:56 $.