summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-02-21 19:32:25 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-02-21 19:32:25 +0000
commit7df404594f42238a2c6258e65233c332c792faf3 (patch)
tree7382a9bc7a4b7cdee6ecf5e45e46e551399088bf /xmloff/dtd/text.mod
parentb5c2daacf0f39e3a7719b17f361df86ad74ba25f (diff)
- added: export of rubies and ruby styles
- added: import of rubies completed
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod12
1 files changed, 10 insertions, 2 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 2bff90de28..6ef237b233 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.23 2001-02-14 19:17:57 dvo Exp $
+ $Id: text.mod,v 1.24 2001-02-21 20:32:25 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -144,7 +144,7 @@
text:alphabetical-index-mark-start |
text:alphabetical-index-mark-end |
text:alphabetical-index-mark |
- %change-marks; | draw:a)*">
+ %change-marks; | draw:a | text:ruby)*">
<!ELEMENT text:p %inline-text;>
<!ELEMENT text:h %inline-text;>
@@ -1055,6 +1055,14 @@ indices, and there may be only one text:index-title element.
<!ELEMENT text:measure (#PCDATA)>
<!ATTLIST text:measure text:kind (value|unit|gap) #REQUIRED>
+<!ELEMENT text:ruby (text:ruby-base, text:ruby-text)>
+<!ATTLIST text:ruby text:style-name %styleName; #IMPLIED>
+
+<!ELEMENT text:ruby-base (%inline-text;)>
+
+<!ELEMENT text:ruby-text (#PCDATA)>
+<!ATTLIST text:ruby-text text:style-name %styleName; #IMPLIED>
+
<!-- elements for change tracking -->
<!ELEMENT text:change EMPTY>