summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-07-24 14:01:42 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-07-24 14:01:42 +0000
commit9197819f94a41c106bb998024510e2a017658e2d (patch)
treedb2f12026f0b4477ff3daacd4820582786737171 /xmloff/dtd/table.mod
parent81c6675208e8cc66090d5e7fad5f16338c495382 (diff)
#89839# DTD errors fixed
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index ce3cd951c370..91b4f714103d 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,5 +1,5 @@
<!--
- $Id: table.mod,v 1.37 2001-06-25 05:59:47 sab Exp $
+ $Id: table.mod,v 1.38 2001-07-24 15:01:42 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -194,13 +194,13 @@
table:rejecting-change-id %positiveInteger; #IMPLIED
>
-<!ENTITY % table-columns "( table:table-columns | ( table:table-column | table:table-column-group )+ )">
+<!ENTITY % table-columns "table:table-columns | ( table:table-column | table:table-column-group )+">
<!ENTITY % table-header-columns "table:table-header-columns">
-<!ENTITY % table-rows "( table:table-rows | ( table:table-row | table:table-row-group )+ )">
+<!ENTITY % table-rows "table:table-rows | ( table:table-row | table:table-row-group )+">
<!ENTITY % table-header-rows "table:table-header-rows">
-<!ENTITY % table-column-groups "( (%table-columns;,(%table-header-columns;,%table-columns;?)?) | (%table-header-columns;,%table-columns;?) )">
-<!ENTITY % table-row-groups "( (%table-rows;,(%table-header-rows;,%table-rows;?)?) | (%table-header-rows;,%table-rows;?) )">
-<!ELEMENT table:table (table:table-source?, table:scenario?, office:forms?, table:shapes?, %table-column-groups;, %table-row-groups;)>
+<!ENTITY % table-column-groups "((%table-columns;),(%table-header-columns;,(%table-columns;)?)?) | (%table-header-columns;,(%table-columns;)?)">
+<!ENTITY % table-row-groups "((%table-rows;),(%table-header-rows;,(%table-rows;)?)?) | (%table-header-rows;,(%table-rows;)?)">
+<!ELEMENT table:table (table:table-source?, table:scenario?, office:forms?, table:shapes?, (%table-column-groups;), (%table-row-groups;))>
<!ATTLIST table:table
table:name %string; #IMPLIED
table:style-name %styleName; #IMPLIED
@@ -349,7 +349,7 @@
table:execute %boolean; #IMPLIED
>
-<!ELEMENT table:sub-table (%table-column-groups; , %table-row-groups;)>
+<!ELEMENT table:sub-table ((%table-column-groups;) , (%table-row-groups;))>
<!ELEMENT table:label-ranges (table:label-range)*>
<!ELEMENT table:label-range EMPTY>