mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-20 13:57:22 +03:00
* configure.in: fixed some bugs in CFLAGS passing. * test/threads Makefile.am testThreads.c: added a specific threaded test case (really nasty, guaranteed). Daniel
8 lines
187 B
DTD
8 lines
187 B
DTD
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
|
|
%b;
|
|
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
|
|
%c;
|
|
<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
|
|
%a;
|
|
<!ELEMENT bca (b, c, a)>
|