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

1.1     ! misho       1: <!DOCTYPE doc [
        !             2: <!ENTITY test1 "test 1">
        !             3: <!ENTITY test2 "test 2">
        !             4: ]>
        !             5: <doc>
        !             6:    <Content>Reten&#231;&#227;o</Content>
        !             7:    <Content>&lt;&gt;</Content>
        !             8:    <Content>&test1;&test2;</Content>
        !             9: </doc>

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