publisher

$Revision: 1666 $

$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $

publisher — The publisher of a document

Synopsis

Content Model

publisher ::=
(publishername,address*)

Attributes

Common 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.