Annotation of embedaddon/libxml2/test/VC/ElementValid4, revision 1.1

1.1     ! misho       1: <!DOCTYPE doc [
        !             2: <!ELEMENT doc (#PCDATA | a | b)*>
        !             3: <!ELEMENT a EMPTY>
        !             4: <!ELEMENT b (#PCDATA)>
        !             5: <!ELEMENT c (#PCDATA)>
        !             6: ]>
        !             7: <doc> This <b>seems</b> Ok <a/> but this <c>was not declared</c></doc>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>