Initial commit
[profile/ivi/docbook-dtds.git] / 4.3-sgml / docbook.dtd
1 <!-- ...................................................................... -->
2 <!-- DocBook DTD V4.3 ..................................................... -->
3 <!-- File docbook.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: docbook.dtd,v 1.22 2004/03/31 10:58:14 nwalsh Exp $
12
13      Permission to use, copy, modify and distribute the DocBook DTD and
14      its accompanying documentation for any purpose and without fee is
15      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.3 of the DocBook DTD.
34      Please use the following formal public identifier to identify it:
35
36      "-//OASIS//DTD DocBook V4.3//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 V4.3//EN" [...]>
43
44      Or, if you have a higher-level driver file that customizes DocBook,
45      use the FPI in the parameter entity declaration:
46
47      <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V4.3//EN">
48      %DocBookDTD;
49
50      The DocBook DTD is accompanied by an SGML declaration.
51
52      See the documentation for detailed information on the parameter
53      entity and module scheme used in DocBook, customizing DocBook and
54      planning for interchange, and changes made since the last release
55      of DocBook.
56 -->
57
58 <!ENTITY % sgml.features "INCLUDE">
59
60 <!ENTITY % docbook PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
61                    "docbookx.dtd">
62 %docbook;
63
64 <!-- End of DocBook DTD V4.3 .............................................. -->
65 <!-- ...................................................................... -->