8 lines
187 B
DTD
8 lines
187 B
DTD
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
|
|
%c;
|
|
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
|
|
%b;
|
|
<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
|
|
%a;
|
|
<!ELEMENT cba (c, b, a)>
|