Annotation of embedaddon/libxml2/test/warning/ent9, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0"?>
                      2: <!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
                      3: <!ENTITY xml "<prefix:node>prefix is indeclared here</prefix:node>">
                      4: ]>
                      5: <EXAMPLE xmlns:prefix="http://example.com">
                      6:     &xml;
                      7: </EXAMPLE>

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