summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-01-17 11:32:08 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-01-17 11:32:08 +0000
commit8d263f978bc58cdef59a8d09f356ff4ce05db65d (patch)
treec577afdf857b368bcbab9581360200f288606f75 /xmloff/dtd/text.mod
parent28a63705ab155b4de2655c1c0883b2ee69108664 (diff)
#96599# added <office:events> child to text hyperlinks
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod32
1 files changed, 17 insertions, 15 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 7da7d82344..e8bbf754d2 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.41 2002-01-11 16:45:00 dvo Exp $
+ $Id: text.mod,v 1.42 2002-01-17 12:32:08 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -132,19 +132,21 @@
text:script |
text:measure" >
-<!ENTITY % inline-text "(#PCDATA|
- text:span|text:tab-stop|text:s|text:line-break|
- text:footnote|text:endnote|text:a|
- text:bookmark|text:bookmark-start|text:bookmark-end|
- text:reference-mark|text:reference-mark-start|
- text:reference-mark-end|%fields;|%shape;|
- text:toc-mark-start | text:toc-mark-end |
- text:toc-mark | text:user-index-mark-start |
- text:user-index-mark-end | text:user-index-mark |
- text:alphabetical-index-mark-start |
- text:alphabetical-index-mark-end |
- text:alphabetical-index-mark |
- %change-marks; | draw:a | text:ruby)*">
+<!ENTITY % inline-text-elements "
+ text:span|text:tab-stop|text:s|text:line-break|
+ text:footnote|text:endnote|text:a|
+ text:bookmark|text:bookmark-start|text:bookmark-end|
+ text:reference-mark|text:reference-mark-start|
+ text:reference-mark-end|%fields;|%shape;|
+ text:toc-mark-start | text:toc-mark-end |
+ text:toc-mark | text:user-index-mark-start |
+ text:user-index-mark-end | text:user-index-mark |
+ text:alphabetical-index-mark-start |
+ text:alphabetical-index-mark-end |
+ text:alphabetical-index-mark |
+ %change-marks; | draw:a | text:ruby">
+
+<!ENTITY % inline-text "( #PCDATA | %inline-text-elements; )*">
<!ELEMENT text:p %inline-text;>
<!ELEMENT text:h %inline-text;>
@@ -159,7 +161,7 @@
<!ELEMENT text:span %inline-text;>
<!ATTLIST text:span text:style-name %styleName; #REQUIRED>
-<!ELEMENT text:a %inline-text;>
+<!ELEMENT text:a (#PCDATA | office:events | %inline-text-elements;)*>
<!ATTLIST text:a xlink:href %uriReference; #REQUIRED>
<!ATTLIST text:a xlink:type (simple) #FIXED "simple">
<!ATTLIST text:a xlink:actuate (onRequest) "onRequest">