[
Lists Home |
Date Index |
Thread Index
]
><!ENTITY % ATTLIST "<!ATTLIST ">
><!ENTITY % CLOSE ">">
><!ENTITY % ELEMNAME "doc">
><!ENTITY % ATTNAME "att">
>%ATTLIST; %ELEMNAME;%ATTNAME; CDATA #FIXED "value"%CLOSE;
This is well-formed but not valid: the rule that a declaration must
end in the same entity it starts in is a validity constraint.
RXP will report this if you use the -V flag (at least recent versions
will, I can't remember when I implemented that check).
-- Richard
|