This is an alpha version of this book.
collab ::= (collabname,affiliation*)
The following parameter entities contain collab:
| Parameter Entities | ||
| %bibliocomponent.mix; | ||
This element identifies a collaborative partner in a document. It associates the name of a collaborator with his or her Affiliation.
May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.
These elements contain collab: appendixinfo, articleinfo, authorgroup, biblioentry, bibliographyinfo, bibliomixed, bibliomset, biblioset, bookinfo, chapterinfo, glossaryinfo, indexinfo, objectinfo, partinfo, prefaceinfo, refentryinfo, referenceinfo, refsect1info, refsect2info, refsect3info, refsynopsisdivinfo, sect1info, sect2info, sect3info, sect4info, sect5info, sectioninfo, setindexinfo, setinfo, sidebarinfo.
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<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</sgmltag>s.
</para>
</chapter>
</book>
For additional examples, see also contractsponsor .
Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.