Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers
[poi.git] / src / documentation / content / xdocs / dtd / book-cocoon-v10.dtd
blobabd44106729b77ea8d6c05cebfe12e87c2be661c
1 <!-- ===================================================================
3 Apache Cocoon Documentation Book DTD (Version 1.0)
5 PURPOSE:
6 This DTD defines the */book.xml documentation configuration files.
8 TYPICAL INVOCATION:
10 <!DOCTYPE book PUBLIC
11 "-//APACHE//DTD Cocoon Documentation Book Vx.yz//EN"
12 "book-cocoon-vxyz.dtd">
14 where
16 x := major version
17 y := minor version
18 z := status identifier (optional)
20 NOTES:
21 We need to replace this DTD with the proper one.
22 We are only using this DTD to enable validation during "build docs"
23 because every XML instance must declare its ruleset.
25 This initial minimal DTD has been reverse-engineered from the structure
26 of the current documents, e.g.
27 documentation/xdocs/book.xml
29 AUTHORS:
30 David Crossley <crossley@apache.org>
32 FIXME:
33 - find the proper DTD for book.xml
35 CHANGE HISTORY:
36 20011031 Initial version. (DC)
38 COPYRIGHT:
39 Copyright (c) @year@ The Apache Software Foundation.
41 Permission to copy in any form is granted provided this notice is
42 included in all copies. Permission to redistribute is granted
43 provided this file is distributed untouched in all its parts and
44 included files.
46 ==================================================================== -->
48 <!ELEMENT book (menu+)>
49 <!ELEMENT menu (menu-item|external)*>
50 <!ELEMENT menu-item EMPTY>
51 <!ELEMENT external EMPTY>
52 <!ATTLIST book software CDATA #REQUIRED
53 title CDATA #REQUIRED
54 copyright CDATA #REQUIRED
55 xmlns:xlink CDATA #IMPLIED
57 <!ATTLIST menu label CDATA #REQUIRED
59 <!ATTLIST menu-item label CDATA #REQUIRED
60 href CDATA #REQUIRED
61 type (visible|hidden) "visible"
63 <!ATTLIST external label CDATA #REQUIRED
64 href CDATA #REQUIRED
65 type (visible|hidden) "visible"
68 <!-- =============================================================== -->
69 <!-- End of DTD -->
70 <!-- =============================================================== -->