publisher

$Revision: 1.3 $

$Date: 2002/06/12 11:18:30 $

publisher — The publisher of a document

Synopsis

Content Model

publisher ::=
(publishername,address*)

Attributes

Common attributes

DocBook NG “Bourbon” Content Model

publisher ::=

DocBook NG “Bourbon” Attributes

Common attributes and common linking attributes.

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.

Children

The following elements occur in publisher: address, publishername.

Examples

<!DOCTYPE publisher PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<publisher>
  <publishername>O'Reilly &amp; Associates, Inc.</publishername>
  <address><street>101 ...</street>
  ...
  </address>
</publisher>

For additional examples, see also article, bibliography, biblioset.