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