diff options
author | Frank Peters <fpe@openoffice.org> | 2007-05-16 07:33:02 +0000 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2007-05-16 07:33:02 +0000 |
commit | 145fb00b23e0dd02546b41263aece3b2c6a6f0f6 (patch) | |
tree | 8dcf1af13c0c2e5c1849a73978d6fdadc665a7c5 /helpcontent2/helpers | |
parent | 861783a9025b68114e54c0fd95e0fa9b54937eaa (diff) |
*** empty log message ***
Diffstat (limited to 'helpcontent2/helpers')
-rw-r--r-- | helpcontent2/helpers/xmlhelp.dtd | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/helpcontent2/helpers/xmlhelp.dtd b/helpcontent2/helpers/xmlhelp.dtd index bd0c39fbf3..877be80b81 100644 --- a/helpcontent2/helpers/xmlhelp.dtd +++ b/helpcontent2/helpers/xmlhelp.dtd @@ -1,6 +1,10 @@ <!-- -Version 03-Feb-2006 - added optional localize attribute to images +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 --> <!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | item | link | switchinline | variable)*> @@ -63,6 +67,7 @@ Version 03-Feb-2006 href CDATA #REQUIRED role CDATA #IMPLIED level CDATA #IMPLIED + type CDATA #IMPLIED > <!ELEMENT embedvar EMPTY> @@ -101,7 +106,7 @@ Version 03-Feb-2006 date CDATA #REQUIRED > -<!ELEMENT link (#PCDATA | embedvar | emph | item | variable | switchinline)*> +<!ELEMENT link (#PCDATA | embedvar | emph | item | variable | switchinline | image)*> <!ATTLIST link href CDATA #REQUIRED name CDATA #IMPLIED @@ -150,6 +155,7 @@ Version 03-Feb-2006 <!ELEMENT section (section | paragraph | table | list | comment | bookmark | embed | switch | sort )*> <!ATTLIST section id CDATA #REQUIRED + hookup_to CDATA #IMPLIED > <!ELEMENT sort (section+)> |