1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<!-- ====================================================================== -->
<!-- DocBk XML V3.1.7 DTD
Copyright (C) 1998, 1999 Norman Walsh
http://nwalsh.com/docbook/xml/
See COPYRIGHT for more information
Please direct all questions and comments about this DTD to
Norman Walsh, <ndw@nwalsh.com>.
-->
<!-- ====================================================================== -->
<!-- ...................................................................... -->
<!-- Notation declarations ................................................ -->
<!ENTITY % dbnotn.module "INCLUDE">
<![%dbnotn.module;[
<!ENTITY % dbnotn PUBLIC
"-//Norman Walsh//ENTITIES DocBk XML Notations V3.1.7//EN"
"dbnotnx.mod">
%dbnotn;
]]>
<!-- ...................................................................... -->
<!-- ISO character entity sets ............................................ -->
<!ENTITY % dbcent.module "INCLUDE">
<![%dbcent.module;[
<!ENTITY % dbcent PUBLIC
"-//Norman Walsh//ENTITIES DocBk XML Character Entities V3.1.7//EN"
"dbcentx.mod">
%dbcent;
]]>
<!-- ...................................................................... -->
<!-- DTD modules .......................................................... -->
<!-- Information pool .............. -->
<!ENTITY % dbpool PUBLIC
"-//Norman Walsh//ELEMENTS DocBk XML Information Pool V3.1.7//EN"
"dbpoolx.mod">
%dbpool;
<!-- Redeclaration placeholder ..... -->
<!ENTITY % intermod.redecl.module "IGNORE">
<![%intermod.redecl.module;[
<!-- Defining rdbmods here makes some buggy XML parsers happy. -->
<!ENTITY % rdbmods "">
%rdbmods;
<!--end of intermod.redecl.module-->]]>
<!-- Document hierarchy ............ -->
<!ENTITY % dbhier PUBLIC
"-//Norman Walsh//ELEMENTS DocBk XML Document Hierarchy V3.1.7//EN"
"dbhierx.mod">
%dbhier;
<!-- ...................................................................... -->
<!-- Other general entities ............................................... -->
<!ENTITY % dbgenent PUBLIC
"-//Norman Walsh//ENTITIES DocBk XML Additional General Entities V3.1.7//EN"
"dbgenent.ent">
%dbgenent;
<!-- End of DocBk XML DTD V3.1.7 .......................................... -->
<!-- ...................................................................... -->
|