1 <!-- ===================================================================
3 Apache Cocoon Documentation Book DTD (Version 1.0)
6 This DTD defines the */book.xml documentation configuration files.
11 "-//APACHE//DTD Cocoon Documentation Book Vx.yz//EN"
12 "book-cocoon-vxyz.dtd">
18 z := status identifier (optional)
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
30 David Crossley <crossley@apache.org>
33 - find the proper DTD for book.xml
36 20011031 Initial version. (DC)
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
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
54 copyright CDATA #REQUIRED
55 xmlns:xlink CDATA #IMPLIED
57 <!ATTLIST menu label CDATA #REQUIRED
59 <!ATTLIST menu-item label CDATA #REQUIRED
61 type (visible|hidden)
"visible"
63 <!ATTLIST external label CDATA #REQUIRED
65 type (visible|hidden)
"visible"
68 <!-- =============================================================== -->
70 <!-- =============================================================== -->