Annotation of embedaddon/libxml2/result/att7, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0"?>
                      2: <!DOCTYPE x [
                      3: <!ELEMENT x (test)*>
                      4: <!ELEMENT test EMPTY>
                      5: <!ATTLIST test att CDATA "attvalue">
                      6: <!ENTITY test.ent "<test/>">
                      7: ]>
                      8: <x>
                      9:     <test/>
                     10:     &test.ent;
                     11: </x>

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