summaryrefslogtreecommitdiff
path: root/ext/dom/tests/book_with_dtd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/book_with_dtd.xml')
-rw-r--r--ext/dom/tests/book_with_dtd.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/dom/tests/book_with_dtd.xml b/ext/dom/tests/book_with_dtd.xml
new file mode 100644
index 0000000000..de12e92102
--- /dev/null
+++ b/ext/dom/tests/book_with_dtd.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE books SYSTEM "books.dtd">
+<books>
+ <book>
+ <title>The Grapes of Wrath</title>
+ <author>John Steinbeck</author>
+ </book>
+ <book>
+ <title>The Pearl</title>
+ <author>John Steinbeck</author>
+ </book>
+ <book>
+ <title>&entitest;</title>
+ <author><![CDATA[data for test]]></author>
+ </book>
+</books>