~ubuntu-branches/ubuntu/precise/docbook/precise

« back to all changes in this revision

Viewing changes to docbk31/docbook.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Adam Di Carlo
  • Date: 2002-03-31 01:40:26 UTC
  • Revision ID: james.westby@ubuntu.com-20020331014026-2ifu7guy17p9r3fi
Tags: upstream-4.1.99really4.2.cr1
ImportĀ upstreamĀ versionĀ 4.1.99really4.2.cr1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ...................................................................... -->
 
2
<!-- DocBook DTD V3.1 ..................................................... -->
 
3
<!-- File docbook.dtd ..................................................... -->
 
4
 
 
5
<!-- Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999 HaL Computer
 
6
     Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu
 
7
     Software Corporation, and the Organization for the Advancement of
 
8
     Structured Information Standards (OASIS).
 
9
 
 
10
     $Id: docbook.dtd 3.1 1999/02/02 11:54:12 nwalsh Exp $
 
11
 
 
12
     Permission to use, copy, modify and distribute the DocBook DTD and
 
13
     its accompanying documentation for any purpose and without fee is
 
14
     hereby granted in perpetuity, provided that the above copyright
 
15
     notice and this paragraph appear in all copies.  The copyright
 
16
     holders make no representation about the suitability of the DTD for
 
17
     any purpose.  It is provided "as is" without expressed or implied
 
18
     warranty.
 
19
 
 
20
     If you modify the DocBook DTD in any way, except for declaring and
 
21
     referencing additional sets of general entities and declaring
 
22
     additional notations, label your DTD as a variant of DocBook.  See
 
23
     the maintenance documentation for more information.
 
24
 
 
25
     Please direct all questions, bug reports, or suggestions for
 
26
     changes to the davenport@berkshire.net mailing list. For more
 
27
     information, see http://www.oasis-open.org/docbook/.
 
28
-->
 
29
 
 
30
<!-- ...................................................................... -->
 
31
 
 
32
<!-- This is the driver file for Version 3.1BETA1 of the DocBook DTD.
 
33
     Please use the following formal public identifier to identify it:
 
34
 
 
35
     "-//OASIS//DTD DocBook V3.1//EN"
 
36
 
 
37
     For example, if your document's top-level element is Book, and
 
38
     you are using DocBook directly, use the FPI in the DOCTYPE
 
39
     declaration:
 
40
 
 
41
     <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [...]>
 
42
 
 
43
     Or, if you have a higher-level driver file that customizes DocBook,
 
44
     use the FPI in the parameter entity declaration:
 
45
 
 
46
     <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
 
47
     %DocBookDTD;
 
48
 
 
49
     The DocBook DTD is accompanied by an SGML declaration.
 
50
 
 
51
     See the documentation for detailed information on the parameter
 
52
     entity and module scheme used in DocBook, customizing DocBook and
 
53
     planning for interchange, and changes made since the last release
 
54
     of DocBook.
 
55
-->
 
56
 
 
57
<!-- ...................................................................... -->
 
58
<!-- Notation declarations ................................................ -->
 
59
 
 
60
<!ENTITY % dbnotn PUBLIC 
 
61
"-//OASIS//ENTITIES DocBook Notations V3.1//EN">
 
62
%dbnotn;
 
63
 
 
64
<!-- ...................................................................... -->
 
65
<!-- ISO character entity sets ............................................ -->
 
66
 
 
67
<!ENTITY % dbcent PUBLIC 
 
68
"-//OASIS//ENTITIES DocBook Character Entities V3.1//EN">
 
69
%dbcent;
 
70
 
 
71
 
 
72
<!-- ...................................................................... -->
 
73
<!-- DTD modules .......................................................... -->
 
74
 
 
75
<!-- Information pool .............. -->
 
76
 
 
77
<!ENTITY % dbpool PUBLIC 
 
78
"-//OASIS//ELEMENTS DocBook Information Pool V3.1//EN">
 
79
%dbpool;
 
80
 
 
81
<!-- Redeclaration placeholder ..... -->
 
82
 
 
83
<!ENTITY % intermod.redecl.module "IGNORE">
 
84
<![ %intermod.redecl.module; [
 
85
%rdbmods;
 
86
<!--end of intermod.redecl.module-->]]>
 
87
 
 
88
<!-- Document hierarchy ............ -->
 
89
 
 
90
<!ENTITY % dbhier PUBLIC 
 
91
"-//OASIS//ELEMENTS DocBook Document Hierarchy V3.1//EN">
 
92
%dbhier;
 
93
<!-- ...................................................................... -->
 
94
<!-- Other general entities ............................................... -->
 
95
 
 
96
<!ENTITY % dbgenent PUBLIC
 
97
"-//OASIS//ENTITIES DocBook Additional General Entities V3.1//EN">
 
98
%dbgenent;
 
99
 
 
100
<!-- End of DocBook DTD V3.1 .............................................. -->
 
101
<!-- ...................................................................... -->