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