fixed syntax errors
This commit is contained in:
parent
f59be5c73a
commit
5f0c56c35d
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: form.mod,v 1.4 2001-02-13 13:42:35 fs Exp $
|
||||
$Id: form.mod,v 1.5 2001-02-26 14:53:39 cl Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -108,7 +108,7 @@
|
|||
%data-field;>
|
||||
|
||||
<!ELEMENT form:textarea (form:properties?, script:events?)>
|
||||
<!ATTLIST form:textarea %current-value;
|
||||
<!ATTLIST form:textarea %current-value; >
|
||||
<!ELEMENT form:textarea (form:properties?, office:events?)>
|
||||
<!ATTLIST form:textarea %current-value;
|
||||
%disabled;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: office.mod,v 1.31 2001-02-23 15:50:36 sab Exp $
|
||||
$Id: office.mod,v 1.32 2001-02-26 14:53:39 cl Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -149,7 +149,7 @@
|
|||
table:named-expressions?,
|
||||
table:database-ranges?,table:data-pilot-tables?,
|
||||
table:consolidation?,
|
||||
presentation:shows?)">
|
||||
presentation:settings?)">
|
||||
<!ELEMENT office:body %body;>
|
||||
<!ATTLIST office:body table:structure-protected %boolean; "false"
|
||||
table:protection-key CDATA #IMPLIED>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: text.mod,v 1.24 2001-02-21 20:32:25 dvo Exp $
|
||||
$Id: text.mod,v 1.25 2001-02-26 14:53:39 cl Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -1058,7 +1058,7 @@ indices, and there may be only one text:index-title element.
|
|||
<!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-base %inline-text;>
|
||||
|
||||
<!ELEMENT text:ruby-text (#PCDATA)>
|
||||
<!ATTLIST text:ruby-text text:style-name %styleName; #IMPLIED>
|
||||
|
|
Loading…
Reference in a new issue