]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add support for metafile attribute.
authorAndré Malo <nd@apache.org>
Fri, 11 Apr 2003 01:17:08 +0000 (01:17 +0000)
committerAndré Malo <nd@apache.org>
Fri, 11 Apr 2003 01:17:08 +0000 (01:17 +0000)
(not backported yet; but later)

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

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

index a0ef109ee978a5c176fce5c9109aecbdbd67e635..585ba285038ecc9207df5bc64b5ecdae2c73078b 100644 (file)
@@ -6,3 +6,5 @@
 <!-- <manualpage> is the root element -->
 <!ELEMENT manualpage (relativepath, parentdocument?, title, summary?,
 seealso*, section*)>
+
+<!ATTLIST manualpage metafile CDATA  #REQUIRED>
index ce9ae954be661b821060378f3e5849017a6759d1..1e5403098b54877e366b128a6d93d65d682d5787 100644 (file)
@@ -7,6 +7,8 @@
 identifier? , compatibility? , summary? , seealso* , section*,
 directivesynopsis*)>
 
+<!ATTLIST modulesynopsis metafile CDATA  #REQUIRED>
+
 <!ELEMENT directivesynopsis (name , description? , syntax? , default?
 , contextlist? , override? , modulelist?, status?, compatibility? ,
 usage?, seealso*)>
@@ -43,9 +45,15 @@ usage?, seealso*)>
 <!-- Used in index.xml -->
 <!ELEMENT moduleindex (title, summary, seealso*, sitemap)>
 
+<!ATTLIST moduleindex metafile CDATA  #REQUIRED>
+
 <!-- Used in directive.xml -->
 <!ELEMENT directiveindex (title | summary | sitemap)+>
 
+<!ATTLIST directiveindex metafile CDATA  #REQUIRED>
+
 <!-- Used in quickreference.xml -->
 <!ELEMENT quickreference (title | summary | legend | sitemap)+>
+<!ATTLIST quickreference metafile CDATA  #REQUIRED>
+
 <!ELEMENT legend (table, table)>
index e326afdbd9bf7376fa0f5ccb7960947c97cfc4c0..8c7b57e9a396c8f2573aaf41785d10e0977d72eb 100644 (file)
@@ -6,9 +6,13 @@
 <!-- <sitemap> is the root element -->
 <!ELEMENT sitemap (relativepath, title, summary?, seealso*, category*)>
 
+<!ATTLIST sitemap metafile CDATA  #REQUIRED>
+
 <!-- <indexpage> is another root element -->
 <!ELEMENT indexpage (relativepath, parentdocument, title, category*)>
 
+<!ATTLIST indexpage metafile CDATA  #REQUIRED>
+
 <!ELEMENT category (title, page*, modulefilelist? )>
 <!ATTLIST category id ID #IMPLIED>