summaryrefslogtreecommitdiff
path: root/ext/simplexml/examples/book.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/examples/book.xml')
-rw-r--r--ext/simplexml/examples/book.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/simplexml/examples/book.xml b/ext/simplexml/examples/book.xml
deleted file mode 100644
index ea40508e01..0000000000
--- a/ext/simplexml/examples/book.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<books>
- <book>
- <title>The Grapes of Wrath</title>
- <author>John Steinbeck</author>
- </book>
- <book>
- <title>The Pearl</title>
- <author>John Steinbeck</author>
- </book>
-</books>