Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers
[poi.git] / src / documentation / content / xdocs / dtd / common-charents-v10.mod
blobd495c1daa3374309d818d4eea4b0cfc4c6795c61
1 <!--
2 Copyright 2002-2004 The Apache Software Foundation
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16 <!-- ===================================================================
18 Apache Common Character Entity Sets (Version 1.0)
20 PURPOSE:
21 Common elements across all DTDs.
23 TYPICAL INVOCATION:
25 <!ENTITY % common-charents PUBLIC
26 "-//APACHE//ENTITIES Common Character Entity Sets Vx.y//EN"
27 "common-charents-vxy.mod">
28 %common-charents;
30 where
32 x := major version
33 y := minor version
35 FIXME:
37 CHANGE HISTORY:
38 [Version 1.0]
39 20020613 Initial version. (DC)
41 ==================================================================== -->
43 <!-- =============================================================== -->
44 <!-- Common ISO character entity sets -->
45 <!-- =============================================================== -->
47 <!ENTITY % ISOlat1 PUBLIC
48 "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
49 "../entity/ISOlat1.pen">
50 %ISOlat1;
52 <!ENTITY % ISOpub PUBLIC
53 "ISO 8879:1986//ENTITIES Publishing//EN//XML"
54 "../entity/ISOpub.pen">
55 %ISOpub;
57 <!ENTITY % ISOtech PUBLIC
58 "ISO 8879:1986//ENTITIES General Technical//EN//XML"
59 "../entity/ISOtech.pen">
60 %ISOtech;
62 <!ENTITY % ISOnum PUBLIC
63 "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
64 "../entity/ISOnum.pen">
65 %ISOnum;
67 <!ENTITY % ISOdia PUBLIC
68 "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
69 "../entity/ISOdia.pen">
70 %ISOdia;
72 <!-- =============================================================== -->
73 <!-- End of DTD -->
74 <!-- =============================================================== -->