docbookx.dtd 5.7 KB

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