]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
get a rid of <relativepath>
authorAndré Malo <nd@apache.org>
Sat, 12 Apr 2003 15:03:02 +0000 (15:03 +0000)
committerAndré Malo <nd@apache.org>
Sat, 12 Apr 2003 15:03:02 +0000 (15:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99343 13f79535-47bb-0310-9956-ffa450edef68

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

index 8ad730438a1d748c95a7411e65bd7ff2c3eb2704..f8f1d1b8088eeacc05a87ae5b8cb43d6ebbec19f 100644 (file)
 <!ELEMENT blockquote %Block;>
 <!ATTLIST blockquote cite CDATA #IMPLIED >
 
-<!-- The path to the root of the documentation from the current doc -->
-<!ELEMENT relativepath EMPTY>
-<!ATTLIST relativepath href CDATA #REQUIRED >
-
 <!-- The path and title of the parent document -->
 <!ELEMENT parentdocument (#PCDATA)>
 <!ATTLIST parentdocument href CDATA #REQUIRED >
index 585ba285038ecc9207df5bc64b5ecdae2c73078b..2f867ed26b0927a3ae1a4b2f3bce2860d913f978 100644 (file)
@@ -4,7 +4,7 @@
 %common;
 
 <!-- <manualpage> is the root element -->
-<!ELEMENT manualpage (relativepath, parentdocument?, title, summary?,
+<!ELEMENT manualpage (parentdocument?, title, summary?,
 seealso*, section*)>
 
 <!ATTLIST manualpage metafile CDATA  #REQUIRED>
index 8c7b57e9a396c8f2573aaf41785d10e0977d72eb..66d7d84500c9606a069fdf6816ceba05c0b2563e 100644 (file)
@@ -4,12 +4,12 @@
 %common;
 
 <!-- <sitemap> is the root element -->
-<!ELEMENT sitemap (relativepath, title, summary?, seealso*, category*)>
+<!ELEMENT sitemap (title, summary?, seealso*, category*)>
 
 <!ATTLIST sitemap metafile CDATA  #REQUIRED>
 
 <!-- <indexpage> is another root element -->
-<!ELEMENT indexpage (relativepath, parentdocument, title, category*)>
+<!ELEMENT indexpage (parentdocument, title, category*)>
 
 <!ATTLIST indexpage metafile CDATA  #REQUIRED>