Initial commit
[profile/ivi/docbook-dtds.git] / 4.5-sgml / docbookx.dtd
1 <!-- ...................................................................... -->
2 <!-- DocBook XML DTD V4.5 ................................................. -->
3 <!-- File docbookx.dtd .................................................... -->
4
5 <!-- Copyright 1992-2006 HaL Computer Systems, Inc.,
6      O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
7      Corporation, Norman Walsh, Sun Microsystems, Inc., and the
8      Organization for the Advancement of Structured Information
9      Standards (OASIS).
10
11      See also http://docbook.org/specs/
12
13      $Id: docbookx.dtd 6340 2006-10-03 13:23:24Z nwalsh $
14
15      Permission to use, copy, modify and distribute the DocBook XML DTD
16      and its accompanying documentation for any purpose and without fee
17      is hereby granted in perpetuity, provided that the above copyright
18      notice and this paragraph appear in all copies.  The copyright
19      holders make no representation about the suitability of the DTD for
20      any purpose.  It is provided "as is" without expressed or implied
21      warranty.
22
23      If you modify the DocBook DTD in any way, except for declaring and
24      referencing additional sets of general entities and declaring
25      additional notations, label your DTD as a variant of DocBook.  See
26      the maintenance documentation for more information.
27
28      Please direct all questions, bug reports, or suggestions for
29      changes to the docbook@lists.oasis-open.org mailing list. For more
30      information, see http://www.oasis-open.org/docbook/.
31 -->
32
33 <!-- ...................................................................... -->
34
35 <!-- This is the driver file for V4.5 of the DocBook DTD.
36      Please use the following formal public identifier to identify it:
37
38      "-//OASIS//DTD DocBook XML V4.5//EN"
39
40      For example, if your document's top-level element is Book, and
41      you are using DocBook directly, use the FPI in the DOCTYPE
42      declaration:
43
44      <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
45                     "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
46                     [...]>
47
48      Or, if you have a higher-level driver file that customizes DocBook,
49      use the FPI in the parameter entity declaration:
50
51      <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
52                 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
53      %DocBookDTD;
54
55      See the documentation for detailed information on the parameter
56      entity and module scheme used in DocBook, customizing DocBook and
57      planning for interchange, and changes made since the last release
58      of DocBook.
59 -->
60
61 <!-- ...................................................................... -->
62 <!-- Enable SGML features ................................................. -->
63
64 <!ENTITY % sgml.features "IGNORE">
65 <![%sgml.features;[
66 <!ENTITY % xml.features "IGNORE">
67 ]]>
68 <!ENTITY % xml.features "INCLUDE">
69
70 <![%sgml.features;[
71 <![%xml.features;[
72
73 <!-- ERROR: Exactly one of xml.features and sgml.features must be turned on! -->
74 <!ENTITY % dbnotn SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
75 <!ENTITY % dbcent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
76 <!ENTITY % dbpool SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
77 <!ENTITY % dbhier SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
78 <!ENTITY % dbgenent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
79
80 ]]>
81 ]]>
82
83 <![%sgml.features;[
84 <!ENTITY % ho "- O">
85 <!ENTITY % hh "- -">
86 ]]>
87
88 <![%xml.features;[
89 <!ENTITY % ho "">
90 <!ENTITY % hh "">
91 ]]>
92
93 <!-- ...................................................................... -->
94 <!-- Notation declarations ................................................ -->
95
96 <!ENTITY % dbnotn.module "INCLUDE">
97 <![%dbnotn.module;[
98 <!ENTITY % dbnotn PUBLIC
99 "-//OASIS//ENTITIES DocBook Notations V4.5//EN"
100 "dbnotnx.mod">
101 %dbnotn;
102 ]]>
103
104 <!-- ...................................................................... -->
105 <!-- ISO character entity sets ............................................ -->
106
107 <!ENTITY % dbcent.module "INCLUDE">
108 <![%dbcent.module;[
109
110 <!ENTITY % dbcent.euro "INCLUDE">
111 <![%dbcent.euro;[
112 <![%sgml.features;[
113 <!ENTITY euro SDATA "[euro  ]"><!-- euro sign -->
114 ]]>
115 <![%xml.features;[
116 <!ENTITY euro "&#x20AC;"><!-- euro sign, U+20AC NEW -->
117 ]]>
118 ]]>
119
120 <!ENTITY % dbcent PUBLIC
121 "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
122 "dbcentx.mod">
123 %dbcent;
124 ]]>
125
126 <!-- ...................................................................... -->
127 <!-- DTD modules .......................................................... -->
128
129 <!-- Information pool .............. -->
130
131 <!ENTITY % dbpool.module "INCLUDE">
132 <![ %dbpool.module; [
133 <!ENTITY % dbpool PUBLIC
134 "-//OASIS//ELEMENTS DocBook Information Pool V4.5//EN"
135 "dbpoolx.mod">
136 %dbpool;
137 ]]>
138
139 <!-- Redeclaration placeholder ..... -->
140
141 <!ENTITY % intermod.redecl.module "IGNORE">
142 <![%intermod.redecl.module;[
143 <!-- Defining rdbmods here makes some buggy XML parsers happy. -->
144 <!ENTITY % rdbmods "">
145 %rdbmods;
146 <!--end of intermod.redecl.module-->]]>
147
148 <!-- Document hierarchy ............ -->
149
150 <!ENTITY % dbhier.module "INCLUDE">
151 <![ %dbhier.module; [
152 <!ENTITY % dbhier PUBLIC
153 "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.5//EN"
154 "dbhierx.mod">
155 %dbhier;
156 ]]>
157
158 <!-- ...................................................................... -->
159 <!-- Other general entities ............................................... -->
160
161 <!ENTITY % dbgenent.module "INCLUDE">
162 <![ %dbgenent.module; [
163 <!ENTITY % dbgenent PUBLIC
164 "-//OASIS//ENTITIES DocBook Additional General Entities V4.5//EN"
165 "dbgenent.mod">
166 %dbgenent;
167 ]]>
168
169 <!-- End of DocBook XML DTD V4.5 .......................................... -->
170 <!-- ...................................................................... -->