Contents:
Quick Start
Interchanging DocBook Documents
Using New Releases of DocBook
Using DocBook with Specific Tools
DocBook Architecture
DocBook Entities
This chapter describes how to understand and use the files that make up the DocBook distribution. Parts of this discussion are relatively technical. If you are unfamiliar with reading and understanding DTD constructs, you may need to refer to other SGML resources for help.
To use DocBook ``out of the box,'' do the following:
<!DOCTYPE element-name PUBLIC "-//Davenport//DTD DocBook V2.4.1//EN"> <element-name> . . . </element-name>
For example (assuming no need for an internal declaration subset):
<!DOCTYPE book PUBLIC "-//Davenport//DTD DocBook V2.4.1//EN"> <book> . . . </book>
Before validating or processing any documents, you may need to prepare or compile DocBook in some fashion for use with your software.
[Prev] Revision and Maintenance Policy
[Next] Interchanging DocBook Documents
[Overview Home]
[Davenport Group Home]