Annotation of embedaddon/libxml2/test/VCM/v15.xml, revision 1.1.1.1

1.1       misho       1: <!DOCTYPE doc [
                      2: <!ELEMENT doc ((a | b | c)*) >
                      3: <!ELEMENT a EMPTY>
                      4: <!ELEMENT b EMPTY>
                      5: <!ELEMENT c EMPTY>
                      6: ]>
                      7: <doc>
                      8: <b/>
                      9: </doc>

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