summaryrefslogtreecommitdiff
path: root/helpcontent2/helpers/xmlhelp.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/helpers/xmlhelp.dtd')
-rw-r--r--helpcontent2/helpers/xmlhelp.dtd12
1 files changed, 3 insertions, 9 deletions
diff --git a/helpcontent2/helpers/xmlhelp.dtd b/helpcontent2/helpers/xmlhelp.dtd
index 877be80b81..bd0c39fbf3 100644
--- a/helpcontent2/helpers/xmlhelp.dtd
+++ b/helpcontent2/helpers/xmlhelp.dtd
@@ -1,10 +1,6 @@
<!--
-Version 2.2
- 06 Dec 2006
- Changed versioning scheme to follow OOo version numbering
- Added hookup_to attribute to section element
- Added type attribute to embed elements to allow for embedded searches
- Allowing links to contain images to allow for images serving as links
+Version 03-Feb-2006
+ added optional localize attribute to images
-->
<!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | item | link | switchinline | variable)*>
@@ -67,7 +63,6 @@ Version 2.2
href CDATA #REQUIRED
role CDATA #IMPLIED
level CDATA #IMPLIED
- type CDATA #IMPLIED
>
<!ELEMENT embedvar EMPTY>
@@ -106,7 +101,7 @@ Version 2.2
date CDATA #REQUIRED
>
-<!ELEMENT link (#PCDATA | embedvar | emph | item | variable | switchinline | image)*>
+<!ELEMENT link (#PCDATA | embedvar | emph | item | variable | switchinline)*>
<!ATTLIST link
href CDATA #REQUIRED
name CDATA #IMPLIED
@@ -155,7 +150,6 @@ Version 2.2
<!ELEMENT section (section | paragraph | table | list | comment | bookmark | embed | switch | sort )*>
<!ATTLIST section
id CDATA #REQUIRED
- hookup_to CDATA #IMPLIED
>
<!ELEMENT sort (section+)>