summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 13:52:39 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 13:52:39 +0000
commita4224b890d6e1b4b4c48c6c17dacfb0bbf9dff12 (patch)
tree1d19e9d156ce154a41d0ee82d2dfe6c50fe045d4
parentdf3536b971c24c7a53a74c17206c7c670a579f34 (diff)
INTEGRATION: CWS hc680postbeta (1.1.22); FILE MERGED
2005/01/24 12:11:29 fpe 1.1.22.1: regular update
-rw-r--r--helpcontent2/helpers/xmlhelp.dtd7
1 files changed, 5 insertions, 2 deletions
diff --git a/helpcontent2/helpers/xmlhelp.dtd b/helpcontent2/helpers/xmlhelp.dtd
index f6c630dc00..66bd9bf53b 100644
--- a/helpcontent2/helpers/xmlhelp.dtd
+++ b/helpcontent2/helpers/xmlhelp.dtd
@@ -1,5 +1,6 @@
<!--
Version 20-Apr-2004
+ added <help-id-missing> element
-->
<!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | item | link | switchinline | variable)*>
@@ -70,7 +71,7 @@ Version 20-Apr-2004
markup (keep | ignore) #IMPLIED
>
-<!ELEMENT emph (#PCDATA | item | comment)*>
+<!ELEMENT emph (#PCDATA | item | comment | help-id-missing)*>
<!ELEMENT filename (#PCDATA)>
@@ -134,7 +135,7 @@ Version 20-Apr-2004
width CDATA #IMPLIED
>
-<!ELEMENT paragraph (#PCDATA | image | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | object | bookmark)*>
+<!ELEMENT paragraph (#PCDATA | image | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | object | bookmark | help-id-missing)*>
<!ATTLIST paragraph
role CDATA #REQUIRED
level CDATA #IMPLIED
@@ -210,3 +211,5 @@ Version 20-Apr-2004
id CDATA #REQUIRED
visibility (hidden | visible) #IMPLIED
>
+
+<!ELEMENT help-id-missing EMPTY> \ No newline at end of file