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