Was missing parentheses around %Sequence; D'oh!
This commit is contained in:
parent
afc255f374
commit
9b4c13178e
|
@ -13,7 +13,7 @@
|
||||||
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
$Revision: 1.3 $
|
$Revision: 1.4 $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
||||||
|
@ -480,7 +480,7 @@ that we can allow HTML block level entities within content elements -->
|
||||||
<!ELEMENT order (documentation?)>
|
<!ELEMENT order (documentation?)>
|
||||||
<!ATTLIST order
|
<!ATTLIST order
|
||||||
property CDATA #REQUIRED
|
property CDATA #REQUIRED
|
||||||
sequence %Sequences; #IMPLIED>
|
sequence (%Sequences;) #IMPLIED>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
a list on which entities of a given type are listed
|
a list on which entities of a given type are listed
|
||||||
|
|
Loading…
Reference in a new issue