publisher

publisher — The publisher of a document.

Synopsis

publisher ::=

Additional Constraints

  • If this element is the root element, it must have a version attribute.

Description

A publisher associates a publishername and an address. Many publishers have offices in more than one city. A 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 Media, Inc.</publishername>
    <address><street>101 ...</street>
    ...
    </address>
  </publisher>
</info>

<para>…</para>

</article>
Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)