Annotation of embedaddon/libxml2/test/dtd13, revision 1.1

1.1     ! misho       1: <!-- comment before the DTD -->
        !             2: <!DOCTYPE doc [
        !             3: <!ELEMENT doc ANY>
        !             4: ]>
        !             5: <!-- comment after the DTD -->
        !             6: <doc/>

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