You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docbookx.dtd 4.7KB

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