mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-14 22:50:08 +03:00
8 lines
187 B
DTD
8 lines
187 B
DTD
|
<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
|
||
|
%a;
|
||
|
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
|
||
|
%c;
|
||
|
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
|
||
|
%b;
|
||
|
<!ELEMENT acb (a, c, b)>
|