cvsimport
[fvwm.git] / doc / docbook-xml / docbookx.dtd
blob00a94ebffcf82122a53375d6b3b8309fe9fc502c
1 <!-- ...................................................................... -->
2 <!-- DocBook XML DTD V4.5 ................................................. -->
3 <!-- File docbookx.dtd .................................................... -->
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).
11 See also http://docbook.org/specs/
13 $Id: docbookx.dtd,v 1.1 2007/03/10 05:14:55 scott Exp $
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.
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.
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 -->
33 <!-- ...................................................................... -->
35 <!-- This is the driver file for V4.5 of the DocBook DTD.
36 Please use the following formal public identifier to identify it:
38 "-//OASIS//DTD DocBook XML V4.5//EN"
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:
44 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
45 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
46 [...]>
48 Or, if you have a higher-level driver file that customizes DocBook,
49 use the FPI in the parameter entity declaration:
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;
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 -->
61 <!-- ...................................................................... -->
62 <!-- Enable SGML features ................................................. -->
64 <!ENTITY % sgml.features "IGNORE">
65 <![%sgml.features;[
66 <!ENTITY % xml.features "IGNORE">
67 ]]>
68 <!ENTITY % xml.features "INCLUDE">
70 <![%sgml.features;[
71 <![%xml.features;[
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">
80 ]]>
81 ]]>
83 <![%sgml.features;[
84 <!ENTITY % ho "- O">
85 <!ENTITY % hh "- -">
86 ]]>
88 <![%xml.features;[
89 <!ENTITY % ho "">
90 <!ENTITY % hh "">
91 ]]>
93 <!-- ...................................................................... -->
94 <!-- Notation declarations ................................................ -->
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;
104 <!-- ...................................................................... -->
105 <!-- ISO character entity sets ............................................ -->
107 <!ENTITY % dbcent.module "INCLUDE">
108 <![%dbcent.module;[
110 <!ENTITY % dbcent.euro "INCLUDE">
111 <![%dbcent.euro;[
112 <![%sgml.features;[
113 <!ENTITY euro SDATA "[euro ]"><!-- euro sign -->
115 <![%xml.features;[
116 <!ENTITY euro "&#x20AC;"><!-- euro sign, U+20AC NEW -->
120 <!ENTITY % dbcent PUBLIC
121 "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
122 "dbcentx.mod">
123 %dbcent;
126 <!-- ...................................................................... -->
127 <!-- DTD modules .......................................................... -->
129 <!-- Information pool .............. -->
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;
139 <!-- Redeclaration placeholder ..... -->
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-->]]>
148 <!-- Document hierarchy ............ -->
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;
158 <!-- ...................................................................... -->
159 <!-- Other general entities ............................................... -->
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;
169 <!-- End of DocBook XML DTD V4.5 .......................................... -->
170 <!-- ...................................................................... -->