mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-11-23 12:19:40 +00:00
8 lines
187 B
DTD
8 lines
187 B
DTD
<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
|
|
%a;
|
|
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
|
|
%b;
|
|
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
|
|
%c;
|
|
<!ELEMENT abc (a, b, c)>
|