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

Set

Name

Set -- A collection of books

Synopsis

Content Model

Set ::=
((Title,Subtitle?,TitleAbbrev?)?,
 SetInfo?,ToC?,
 (Book)+,
 SetIndex?)

Attributes

Common attributes

Name

Type

Default

StatusCDATANone
FPICDATANone

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

A Set is a collection of Books. Placing multiple Books in a Set, as opposed to publishing each of them separately, has the advantage that ID/IDREF links can then be used across all books.

Set is the very top of the DocBook structural hierarchy. There's nothing that contains a Set.

Processing expectations

Formatted as a displayed block. A Set may generate additional front and back matter (tables of contents and SetIndexs, for example) around the Books it contains.

Children

The following elements occur in Set: Book, SetIndex, SetInfo, Subtitle, Title, TitleAbbrev, ToC.

Attributes

FPI

FPI holds the Formal Public Identifier for the Set.

Status

Status identifies the editorial or publication status of the Set.

Publication status might be used to control formatting (for example, printing a "draft" watermark on drafts) or processing (perhaps a document with a status of "final" should not include any components that are not final).

See Also

Appendix, Article, Book, Chapter, Colophon, Dedication, Part, PartIntro, Preface

Examples

<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook V3.1//EN">

<set><title>The Perl Series</title>
<setinfo>
  <corpauthor>O'Reilly &amp; Associates, Inc.</corpauthor>
</setinfo>
<book><title>Learning Perl</title> ... </book>
<book><title>Programming Perl</title> ... </book>
<book><title>Advanced Perl Programming</title> ... </book>
</set>

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.