summaryrefslogtreecommitdiff
path: root/ext/dom/tests/book-attr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/book-attr.xml')
-rw-r--r--ext/dom/tests/book-attr.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/dom/tests/book-attr.xml b/ext/dom/tests/book-attr.xml
new file mode 100644
index 0000000000..ba4298d098
--- /dev/null
+++ b/ext/dom/tests/book-attr.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<books>
+ <book>
+ <title>The Grapes of Wrath</title>
+ <author>John Steinbeck</author>
+ </book>
+ <book is-hardback="true">
+ <title>The Pearl</title>
+ <author>John Steinbeck</author>
+ </book>
+</books>