summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rw-r--r--helpers/xmlhelp.dtd9
1 files changed, 2 insertions, 7 deletions
diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd
index 86a17cdb13..9130e37c02 100644
--- a/helpers/xmlhelp.dtd
+++ b/helpers/xmlhelp.dtd
@@ -15,7 +15,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<!--
+<!--
Version 03-Feb-2006
added optional localize attribute to images
-->
@@ -101,7 +101,7 @@ Version 03-Feb-2006
version CDATA #REQUIRED
>
-<!ELEMENT history (created, lastedited)>
+<!ELEMENT history (created)>
<!ELEMENT image (caption* | alt+)?>
<!ATTLIST image
@@ -117,11 +117,6 @@ Version 03-Feb-2006
type CDATA #REQUIRED
>
-<!ELEMENT lastedited (#PCDATA)>
-<!ATTLIST lastedited
- date CDATA #REQUIRED
->
-
<!ELEMENT link (#PCDATA | embedvar | emph | sub | sup | item | variable | switchinline)*>
<!ATTLIST link
href CDATA #REQUIRED