summaryrefslogtreecommitdiff
path: root/docs/manual/style/sitemap.dtd
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-04-11 01:17:08 +0000
committerAndré Malo <nd@apache.org>2003-04-11 01:17:08 +0000
commit6dea9992a78c7cc62f013417292037d96b217847 (patch)
tree45c134c501d4894752563256dc0becda9cbc8af6 /docs/manual/style/sitemap.dtd
parent771b95fd91e8e0b98f68ba6c53d38bf792e91448 (diff)
downloadhttpd-6dea9992a78c7cc62f013417292037d96b217847.tar.gz
add support for metafile attribute.
(not backported yet; but later) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/sitemap.dtd')
-rw-r--r--docs/manual/style/sitemap.dtd4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/style/sitemap.dtd b/docs/manual/style/sitemap.dtd
index e326afdbd9..8c7b57e9a3 100644
--- a/docs/manual/style/sitemap.dtd
+++ b/docs/manual/style/sitemap.dtd
@@ -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>