summaryrefslogtreecommitdiff
path: root/docs/manual/style/sitemap.dtd
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-02-01 21:40:45 +0000
committerAndré Malo <nd@apache.org>2014-02-01 21:40:45 +0000
commita812c9d29be0ca45e197a85036cc37514394cd1d (patch)
tree990fd4bc985ba9d77f5d291c1ad4602078ab276a /docs/manual/style/sitemap.dtd
parentfc41d9f6952f686b7fd6ad6be47b27f399dd7967 (diff)
downloadhttpd-a812c9d29be0ca45e197a85036cc37514394cd1d.tar.gz
add upgrade attribute to root elements, which allows to specify:
- a different future document name - an empty string, meaning that the document disappears in the future git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/sitemap.dtd')
-rw-r--r--docs/manual/style/sitemap.dtd8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/manual/style/sitemap.dtd b/docs/manual/style/sitemap.dtd
index e47e8a9db1..829f326017 100644
--- a/docs/manual/style/sitemap.dtd
+++ b/docs/manual/style/sitemap.dtd
@@ -23,12 +23,16 @@
<!-- <sitemap> is the root element -->
<!ELEMENT sitemap (title, summary?, seealso*, category*)>
-<!ATTLIST sitemap metafile CDATA #REQUIRED>
+<!ATTLIST sitemap metafile CDATA #REQUIRED
+ upgrade CDATA #IMPLIED
+>
<!-- <indexpage> is another root element -->
<!ELEMENT indexpage (parentdocument, title, category*)>
-<!ATTLIST indexpage metafile CDATA #REQUIRED>
+<!ATTLIST indexpage metafile CDATA #REQUIRED
+ upgrade CDATA #IMPLIED
+>
<!ELEMENT category (title, page*)>
<!ATTLIST category id ID #IMPLIED>