Search the Catalog
DocBook: The Definitive Guide

DocBook: The Definitive Guide

By Norman Walsh & Leonard Muellner
1st Edition October 1999
1-56592-580-7, Order Number: 5807
652 pages, $36.95 , Includes CD-ROM

Collab

Name

Collab -- Identifies a collaborator

Synopsis

Content Model

Collab ::=
(CollabName,Affiliation*)

Attributes

Common attributes

Tag Minimization

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

Parameter Entities

%bibliocomponent.mix;

Description

This element identifies a collaborative partner in a document. It associates the name of a collaborator with his or her Affiliation.

Processing expectations

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

Children

The following elements occur in Collab: Affiliation, CollabName.

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

See Also

Author, AuthorBlurb, AuthorGroup, CollabName, Contrib, CorpAuthor, Editor, OtherCredit

Examples

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book>
<bookinfo>
  <title>DocBook: The Definitive Guide</title>
  <authorgroup>
    <collab><collabname>Lenny Muellner</collabname></collab>
    <collab><collabname>Norman Walsh</collabname></collab>
  </authorgroup>
</bookinfo>
<chapter><title>Just an Example</title>
<para>
This is just an example, in real life, Lenny and Norm are both
<sgmltag>Author</>s.
</para>
</chapter>
</book>

For additional examples, see also ContractSponsor.

Back to: DocBook: The Definitive Guide


oreilly.com Home | O'Reilly Bookstores | How to Order | O'Reilly Contacts
International | About O'Reilly | Affiliated Companies | Privacy Policy

© 2001, O'Reilly & Associates, Inc.