blob: 239192ada899f389f1946e225dd01eb5ec546a90 [file] [log] [blame]
Daniel Veillardab7488e2001-10-17 11:30:37 +00001<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
2%b;
3<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
4%c;
5<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
6%a;
7<!ELEMENT bca (b, c, a)>