fixed syntax error
This commit is contained in:
parent
11a6d10a21
commit
ff869e5bbe
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
$Id: script.mod,v 1.3 2000-12-15 14:04:20 mib Exp $
|
$Id: script.mod,v 1.4 2000-12-19 14:49:22 cl Exp $
|
||||||
|
|
||||||
The Contents of this file are made available subject to the terms of
|
The Contents of this file are made available subject to the terms of
|
||||||
either of the following licenses
|
either of the following licenses
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<!ATTLIST script:library-linked xlink:href %string; #REQUIRED>
|
<!ATTLIST script:library-linked xlink:href %string; #REQUIRED>
|
||||||
<!ATTLIST script:library-linked xlink:type (simple) #FIXED "simple">
|
<!ATTLIST script:library-linked xlink:type (simple) #FIXED "simple">
|
||||||
|
|
||||||
<!ELEMENT script:module #PCDATA>
|
<!ELEMENT script:module (#PCDATA)>
|
||||||
<!ATTLIST script:module script:name %string; #REQUIRED>
|
<!ATTLIST script:module script:name %string; #REQUIRED>
|
||||||
<!ATTLIST script:module script:language %string; #IMPLIED>
|
<!ATTLIST script:module script:language %string; #IMPLIED>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
$Id: text.mod,v 1.15 2000-12-15 14:04:20 mib Exp $
|
$Id: text.mod,v 1.16 2000-12-19 14:48:14 cl Exp $
|
||||||
|
|
||||||
The Contents of this file are made available subject to the terms of
|
The Contents of this file are made available subject to the terms of
|
||||||
either of the following licenses
|
either of the following licenses
|
||||||
|
@ -1040,7 +1040,7 @@ indices, and there may be only one text:index-title element.
|
||||||
<!ATTLIST text:linenumbering-configuration text:count-empty-lines %boolean; "true">
|
<!ATTLIST text:linenumbering-configuration text:count-empty-lines %boolean; "true">
|
||||||
<!ATTLIST text:linenumbering-configuration text:count-in-floating-frames %boolean; "false">
|
<!ATTLIST text:linenumbering-configuration text:count-in-floating-frames %boolean; "false">
|
||||||
<!ATTLIST text:linenumbering-configuration text:restart-numbering %boolean; "false">
|
<!ATTLIST text:linenumbering-configuration text:restart-numbering %boolean; "false">
|
||||||
<!ATTLIST text:linenumbering-configuration text:offset %nonNegativeLength; #IMPLIED
|
<!ATTLIST text:linenumbering-configuration text:offset %nonNegativeLength; #IMPLIED>
|
||||||
<!ATTLIST text:linenumbering-configuration style:num-format (1|a|A|i|I) "1">
|
<!ATTLIST text:linenumbering-configuration style:num-format (1|a|A|i|I) "1">
|
||||||
<!ATTLIST text:linenumbering-configuration style:num-letter-sync %boolean; "false">
|
<!ATTLIST text:linenumbering-configuration style:num-letter-sync %boolean; "false">
|
||||||
<!ATTLIST text:linenumbering-configuration text:number-position (left|rigth|inner|outer) "left">
|
<!ATTLIST text:linenumbering-configuration text:number-position (left|rigth|inner|outer) "left">
|
||||||
|
|
Loading…
Reference in a new issue