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

Abstract

Name

Abstract -- A summary

Synopsis

Content Model

Abstract ::=
(Title?,
 (FormalPara|Para|SimPara)+)

Attributes

Common attributes

Tag Minimization

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

Parameter Entities

%bibliocomponent.mix;%bookcomponent.content;%component.mix;
%descobj.class;%divcomponent.mix;%refcomponent.mix;

Description

An abstract can occur in most components of DocBook. It is expected to contain some sort of summary of the content with which it is associated (by containment).

Processing expectations

Formatted as a displayed block. Sometimes suppressed. Often presented in alternate outputs.

Children

The following elements occur in Abstract: FormalPara, Para, SimPara, Title.

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

See Also

BlockQuote, Epigraph, Highlights, Sidebar

Examples

<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<chapter><title>Some Chapter</title>
<abstract>
<para>
In brief, &hellip;
</para>
</abstract>
<para>
In this chapter, &hellip;
</para>
</chapter>

For additional examples, see also Section.

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.