<!-- DocBook XML DTD V4.2
.................................................
-->
<!-- File docbookx.dtd ....................................................
-->
<!-- Notation declarations ................................................
-->
<!ENTITY % dbnotn.module "INCLUDE">
<![%dbnotn.module;[
<!ENTITY % dbnotn PUBLIC
"-//OASIS//ENTITIES DocBook Notations V4.2//EN"
"dbnotnx.mod">
%dbnotn;
]]>
<!-- ISO character entity sets ............................................
-->
<!ENTITY % dbcent.module "INCLUDE">
<![%dbcent.module;[
<![%sgml.features;[
<!ENTITY euro "[euro ]"><!--
euro sign, U+20AC NEW -->
]]>
<![%xml.features;[
<!ENTITY euro "€"><!--
euro sign, U+20AC NEW -->
]]>
<!ENTITY % dbcent PUBLIC
"-//OASIS//ENTITIES DocBook Character Entities
V4.2//EN"
"dbcentx.mod">
%dbcent;
]]>
<!-- Information pool .............. -->
<!ENTITY % dbpool.module "INCLUDE">
<![ %dbpool.module; [
<!ENTITY % dbpool PUBLIC
"-//OASIS//ELEMENTS DocBook Information Pool
V4.2//EN"
"dbpoolx.mod">
%dbpool;
]]>
<!-- Document hierarchy ............ -->
<!ENTITY % dbhier.module "INCLUDE">
<![ %dbhier.module; [
<!ENTITY % dbhier PUBLIC
"-//OASIS//ELEMENTS DocBook Document Hierarchy
V4.2//EN"
"dbhierx.mod">
%dbhier;
]]>
<!-- Other general entities ...............................................
-->
<!ENTITY % dbgenent.module "INCLUDE">
<![ %dbgenent.module; [
<!ENTITY % dbgenent PUBLIC
"-//OASIS//ENTITIES DocBook Additional General
Entities V4.2//EN"
"dbgenent.mod">
%dbgenent;
]]>
|