darling-libxml2/libxml2/test/threads/abc.dtd
2020-07-01 10:58:33 -04:00

8 lines
187 B
DTD

<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
%a;
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
%b;
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
%c;
<!ELEMENT abc (a, b, c)>