Rocco Rutte:
[apps/madmutt.git] / doc / dtd / docbookx.dtd
diff --git a/doc/dtd/docbookx.dtd b/doc/dtd/docbookx.dtd
new file mode 100644 (file)
index 0000000..37680ce
--- /dev/null
@@ -0,0 +1,165 @@
+<!-- ...................................................................... -->\r
+<!-- DocBook XML DTD V4.2 ................................................. -->\r
+<!-- File docbookx.dtd .................................................... -->\r
+\r
+<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,\r
+     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software\r
+     Corporation, Norman Walsh, Sun Microsystems, Inc., and the\r
+     Organization for the Advancement of Structured Information\r
+     Standards (OASIS).\r
+\r
+     $Id$\r
+\r
+     Permission to use, copy, modify and distribute the DocBook XML DTD\r
+     and its accompanying documentation for any purpose and without fee\r
+     is hereby granted in perpetuity, provided that the above copyright\r
+     notice and this paragraph appear in all copies.  The copyright\r
+     holders make no representation about the suitability of the DTD for\r
+     any purpose.  It is provided "as is" without expressed or implied\r
+     warranty.\r
+\r
+     If you modify the DocBook DTD in any way, except for declaring and\r
+     referencing additional sets of general entities and declaring\r
+     additional notations, label your DTD as a variant of DocBook.  See\r
+     the maintenance documentation for more information.\r
+\r
+     Please direct all questions, bug reports, or suggestions for\r
+     changes to the docbook@lists.oasis-open.org mailing list. For more\r
+     information, see http://www.oasis-open.org/docbook/.\r
+-->\r
+\r
+<!-- ...................................................................... -->\r
+\r
+<!-- This is the driver file for V4.2 of the DocBook DTD.\r
+     Please use the following formal public identifier to identify it:\r
+\r
+     "-//OASIS//DTD DocBook XML V4.2//EN"\r
+\r
+     For example, if your document's top-level element is Book, and\r
+     you are using DocBook directly, use the FPI in the DOCTYPE\r
+     declaration:\r
+\r
+     <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"\r
+                    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"\r
+                    [...]>\r
+\r
+     Or, if you have a higher-level driver file that customizes DocBook,\r
+     use the FPI in the parameter entity declaration:\r
+\r
+     <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"\r
+                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\r
+     %DocBookDTD;\r
+\r
+     See the documentation for detailed information on the parameter\r
+     entity and module scheme used in DocBook, customizing DocBook and\r
+     planning for interchange, and changes made since the last release\r
+     of DocBook.\r
+-->\r
+\r
+<!-- ...................................................................... -->\r
+<!-- Enable SGML features ................................................. -->\r
+\r
+<!ENTITY % sgml.features "IGNORE">\r
+<![%sgml.features;[\r
+<!ENTITY % xml.features "IGNORE">\r
+]]>\r
+<!ENTITY % xml.features "INCLUDE">\r
+\r
+<![%sgml.features;[\r
+<![%xml.features;[\r
+\r
+<!-- ERROR: Exactly one of xml.features and sgml.features must be turned on! -->\r
+<!ENTITY % dbnotn SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">\r
+<!ENTITY % dbcent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">\r
+<!ENTITY % dbpool SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">\r
+<!ENTITY % dbhier SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">\r
+<!ENTITY % dbgenent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">\r
+\r
+]]>\r
+]]>\r
+\r
+<![%sgml.features;[\r
+<!ENTITY % ho "- O">\r
+<!ENTITY % hh "- -">\r
+]]>\r
+\r
+<![%xml.features;[\r
+<!ENTITY % ho "">\r
+<!ENTITY % hh "">\r
+]]>\r
+\r
+<!-- ...................................................................... -->\r
+<!-- Notation declarations ................................................ -->\r
+\r
+<!ENTITY % dbnotn.module "INCLUDE">\r
+<![%dbnotn.module;[\r
+<!ENTITY % dbnotn PUBLIC\r
+"-//OASIS//ENTITIES DocBook Notations V4.2//EN"\r
+"dbnotnx.mod">\r
+%dbnotn;\r
+]]>\r
+\r
+<!-- ...................................................................... -->\r
+<!-- ISO character entity sets ............................................ -->\r
+\r
+<!ENTITY % dbcent.module "INCLUDE">\r
+<![%dbcent.module;[\r
+\r
+<![%sgml.features;[\r
+<!ENTITY euro "[euro  ]"><!-- euro sign, U+20AC NEW -->\r
+]]>\r
+<![%xml.features;[\r
+<!ENTITY euro "&#x20AC;"><!-- euro sign, U+20AC NEW -->\r
+]]>\r
+\r
+<!ENTITY % dbcent PUBLIC\r
+"-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"\r
+"dbcentx.mod">\r
+%dbcent;\r
+]]>\r
+\r
+<!-- ...................................................................... -->\r
+<!-- DTD modules .......................................................... -->\r
+\r
+<!-- Information pool .............. -->\r
+\r
+<!ENTITY % dbpool.module "INCLUDE">\r
+<![ %dbpool.module; [\r
+<!ENTITY % dbpool PUBLIC\r
+"-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN"\r
+"dbpoolx.mod">\r
+%dbpool;\r
+]]>\r
+\r
+<!-- Redeclaration placeholder ..... -->\r
+\r
+<!ENTITY % intermod.redecl.module "IGNORE">\r
+<![%intermod.redecl.module;[\r
+<!-- Defining rdbmods here makes some buggy XML parsers happy. -->\r
+<!ENTITY % rdbmods "">\r
+%rdbmods;\r
+<!--end of intermod.redecl.module-->]]>\r
+\r
+<!-- Document hierarchy ............ -->\r
+\r
+<!ENTITY % dbhier.module "INCLUDE">\r
+<![ %dbhier.module; [\r
+<!ENTITY % dbhier PUBLIC\r
+"-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN"\r
+"dbhierx.mod">\r
+%dbhier;\r
+]]>\r
+\r
+<!-- ...................................................................... -->\r
+<!-- Other general entities ............................................... -->\r
+\r
+<!ENTITY % dbgenent.module "INCLUDE">\r
+<![ %dbgenent.module; [\r
+<!ENTITY % dbgenent PUBLIC\r
+"-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN"\r
+"dbgenent.mod">\r
+%dbgenent;\r
+]]>\r
+\r
+<!-- End of DocBook XML DTD V4.2 .......................................... -->\r
+<!-- ...................................................................... -->\r