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