📄 book-cocoon-v10.dtd
字号:
<!-- =================================================================== Apache Cocoon Documentation Book DTD (Version 1.0)PURPOSE:This DTD defines the */book.xml documentation configuration files.TYPICAL INVOCATION: <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book Vx.yz//EN" "book-cocoon-vxyz.dtd"> where x := major version y := minor version z := status identifier (optional) NOTES:We need to replace this DTD with the proper one.We are only using this DTD to enable validation during "build docs"because every XML instance must declare its ruleset.This initial minimal DTD has been reverse-engineered from the structureof the current documents, e.g. documentation/xdocs/book.xml AUTHORS: David Crossley <crossley@apache.org> FIXME: - find the proper DTD for book.xmlCHANGE HISTORY: 20011031 Initial version. (DC) COPYRIGHT: Copyright (c) 2002 The Apache Software Foundation. Permission to copy in any form is granted provided this notice is included in all copies. Permission to redistribute is granted provided this file is distributed untouched in all its parts and included files. ==================================================================== --><!ELEMENT book (menu+)> <!ELEMENT menu (menu-item|external)*><!ELEMENT menu-item EMPTY><!ELEMENT external EMPTY><!ATTLIST book software CDATA #REQUIRED title CDATA #REQUIRED copyright CDATA #REQUIRED xmlns:xlink CDATA #IMPLIED><!ATTLIST menu label CDATA #REQUIRED><!ATTLIST menu-item label CDATA #REQUIRED href CDATA #REQUIRED type (visible|hidden) "visible"><!ATTLIST external label CDATA #REQUIRED href CDATA #REQUIRED type (visible|hidden) "visible"><!-- =============================================================== --><!-- End of DTD --><!-- =============================================================== -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -