]> granicus.if.org Git - apache/commitdiff
Fix DTDs so that related is in common and section works properly.
authorJoshua Slive <slive@apache.org>
Fri, 26 Jul 2002 17:42:02 +0000 (17:42 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 26 Jul 2002 17:42:02 +0000 (17:42 +0000)
Submitted by: Vincent de Lau <vincent@delau.nl>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96203 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd
docs/manual/style/manualpage.dtd

index 4fa0c41e3c1cc3e26a7786287c51e5746f89fa99..16871d563a418fd033652aea95e23c158c34299e 100644 (file)
 <!-- a page may have one or more sections. Each section is named by an
      unique id. A section must have a title and some text. It may have
      subsections and a list of related modules and directives -->
-<!ELEMENT section (title, (section | related | %blocktags;)*)>
+<!ELEMENT section (title, related?, (section | %blocktags;)*)>
 <!ATTLIST section id ID #IMPLIED>
 
+<!-- the lists of related modules and/or related directives -->
+<!ELEMENT related (modulelist | directivelist)+>
+
+<!-- list of related directives -->
+<!ELEMENT directivelist (directive)+>
+
 <!ELEMENT module (#PCDATA)>
 
 <!ELEMENT directive (#PCDATA)>
index 61b4322e97ae99b125e7263266affe91aa6507a7..ff105cbda8a6f7d4302ca64ddc4c2034b407ab59 100644 (file)
@@ -10,8 +10,3 @@
 <!ELEMENT relativepath EMPTY>
 <!ATTLIST relativepath href CDATA #REQUIRED >
 
-<!-- the lists of related modules and/or related directives -->
-<!ELEMENT related (modulelist | directivelist)+>
-
-<!-- list of related directives -->
-<!ELEMENT directivelist (directive)+>
\ No newline at end of file