diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-23 12:08:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-23 12:08:36 +0000 |
commit | 2c5897f1317ea6ff152e01812c59baa71e2a5f2a (patch) | |
tree | 17f6d8e31f9bbcc6103b48e6f5d2e29b3fc91ad2 /helpcontent2/helpers | |
parent | 0b00b6e45ee7dc254c3660be71b0742a91c70775 (diff) |
#100000# back to version SRC680_m212
Diffstat (limited to 'helpcontent2/helpers')
-rw-r--r-- | helpcontent2/helpers/xmlhelp.dtd | 12 |
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+)> |