Publisher

Name

Publisher -- The publisher of a document

Synopsis

Content Model

Publisher ::=
(PublisherName,Address*)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%bibliocomponent.mix;

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: ArtHeader, BiblioEntry, BiblioMixed, BiblioMSet, BiblioSet, BookBiblio, BookInfo, DocInfo, ObjectInfo, RefSect1Info, RefSect2Info, RefSect3Info, RefSynopsisDivInfo, Sect1Info, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SectionInfo, SeriesInfo, SetInfo.

Children

The following elements occur in Publisher: Address, PublisherName.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

Examples

<!DOCTYPE publisher PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<publisher>
  <publishername>O'Reilly &amp; Associates, Inc.</publishername>
  <address><street>101 ...</street>
  ...
  </address>
</publisher>

For additional examples, see also Article, Bibliography, BiblioSet.

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.