summaryrefslogtreecommitdiff
path: root/test/threads/bca.dtd
blob: 239192ada899f389f1946e225dd01eb5ec546a90 (plain)
1
2
3
4
5
6
7
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
%b;
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
%c;
<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
%a;
<!ELEMENT bca (b, c, a)>