]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
A few tweaks to the DTD found while validating existing docs.
authorJoshua Slive <slive@apache.org>
Wed, 6 Mar 2002 20:42:40 +0000 (20:42 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 6 Mar 2002 20:42:40 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93740 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/modulesynopsis.dtd

index 65b3c30a7624caf78a9bec10ebb1a34de3c452a1..d7bd8602ba893a2d1e690a161f02e41325d609c3 100644 (file)
 
 <!ELEMENT modulesynopsis (name , description, status , sourcefile?,
 identifier? , compatibility? , summary? , seealso* , section*,
-directivesynopsis+)>
+directivesynopsis*)>
 
 <!ELEMENT directivesynopsis (name , description? , syntax? , default?
-, contextlist? , override? , modulelist?, compatibility? , usage?, seealso*)>
+, contextlist? , override? , modulelist?, status?, compatibility? ,
+usage?, seealso*)>
 
 <!ELEMENT name (#PCDATA)>
 
@@ -34,6 +35,8 @@ directivesynopsis+)>
 
 <!ELEMENT section (section | title | %blocktags;)*>
 
+<!ATTLIST section id CDATA #IMPLIED>
+
 <!ELEMENT module (#PCDATA)>
 
 <!ELEMENT example (#PCDATA | title | %inlinetags; | %blocktags;)*>
@@ -42,7 +45,8 @@ directivesynopsis+)>
 
 <!ELEMENT a %Inline;>
 
-<!ATTLIST a  href CDATA  #REQUIRED >
+<!ATTLIST a  href CDATA #IMPLIED 
+             name CDATA #IMPLIED>
 
 <!ATTLIST directivesynopsis  type CDATA  #IMPLIED
                              location CDATA  #IMPLIED >
@@ -78,10 +82,12 @@ directivesynopsis+)>
 
 <!ELEMENT table (tr)+>
 
-<!ELEMENT tr (td)+>
+<!ELEMENT tr (th | td)+>
 
 <!ELEMENT td %BlockOrInline;>
 
+<!ELEMENT th %BlockOrInline;>
+
 <!ATTLIST td  colspan CDATA  #IMPLIED
                 rowspan CDATA  #IMPLIED
                 class   CDATA  #IMPLIED >