mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10:03:34 +03:00
ab7488efa5
* 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 % 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)>
|