]> granicus.if.org Git - apache/commitdiff
modulefilelist is no longer a valid element
authorAndré Malo <nd@apache.org>
Wed, 12 May 2004 18:16:38 +0000 (18:16 +0000)
committerAndré Malo <nd@apache.org>
Wed, 12 May 2004 18:16:38 +0000 (18:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103660 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/modulesynopsis.dtd
docs/manual/style/sitemap.dtd

index 4b3c5331d793434ed1fdd37c8cfbe03c8086de3c..35d7d6d43d19a40f39ea02e344bd4b996abb31fa 100644 (file)
@@ -59,17 +59,17 @@ usage?, seealso*)>
 <!ELEMENT usage %Block;>
 
 <!-- Used in index.xml -->
-<!ELEMENT moduleindex (title, summary, seealso*, modulefilelist)>
+<!ELEMENT moduleindex (title, summary, seealso*)>
 
 <!ATTLIST moduleindex metafile CDATA  #REQUIRED>
 
 <!-- Used in directive.xml -->
-<!ELEMENT directiveindex (title | summary | modulefilelist)+>
+<!ELEMENT directiveindex (title | summary)+>
 
 <!ATTLIST directiveindex metafile CDATA  #REQUIRED>
 
 <!-- Used in quickreference.xml -->
-<!ELEMENT quickreference (title | summary | legend | modulefilelist)+>
+<!ELEMENT quickreference (title | summary | legend)+>
 <!ATTLIST quickreference metafile CDATA  #REQUIRED>
 
 <!ELEMENT legend (table, table)>
index 366e5fb8c57eb9648dbf6967b3c467148a434c6a..5a1c3ecacc525e5e7d71ef4b1e2daf193fcd9094 100644 (file)
 
 <!ATTLIST indexpage metafile CDATA  #REQUIRED>
 
-<!ELEMENT category (title, page*, modulefilelist? )>
+<!ELEMENT category (title, page*)>
 <!ATTLIST category id ID #IMPLIED>
 
 <!ELEMENT page (#PCDATA)>
 <!ATTLIST page href CDATA #IMPLIED
                separate (yes | no) "no" >
-
-<!ELEMENT modulefilelist (modulefile*) >
-<!ELEMENT modulefile (#PCDATA) >