~ubuntu-branches/ubuntu/jaunty/docbook-xml/jaunty

« back to all changes in this revision

Viewing changes to 4.2/docbookx.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-12-15 22:46:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041215224622-62ooije4ba5s0a18
Tags: 4.3-1.1
* Non-maintainer upload.
* High-urgency upload for sarge-targetted RC bugfix
* Edit debian/rules to remove build-dependency on symlinks, which is
  slated for removal; and drop no-longer-needed dependency of 
  symlinks (closes: #284453).

Show diffs side-by-side

added added

removed removed

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