source: xslt/vendor/current/tests/docbook/dtd/3.1.7/docbookx.dtd@ 372

Last change on this file since 372 was 372, checked in by Yuri Dario, 13 years ago

xslt: initial vendor import of xslt 1.1.26.

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