diff options
Diffstat (limited to 'libxml2/test/threads/cab.dtd')
-rw-r--r-- | libxml2/test/threads/cab.dtd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libxml2/test/threads/cab.dtd b/libxml2/test/threads/cab.dtd new file mode 100644 index 0000000..0a62e91 --- /dev/null +++ b/libxml2/test/threads/cab.dtd @@ -0,0 +1,7 @@ +<!ENTITY % c SYSTEM "http://example.org/c/c.dtd"> +%c; +<!ENTITY % a SYSTEM "http://example.org/a/a.dtd"> +%a; +<!ENTITY % b SYSTEM "http://example.org/b/b.dtd"> +%b; +<!ELEMENT cab (c, a, b)> |