summaryrefslogtreecommitdiff
path: root/ext/dom/tests/wrong_book_with_dtd.xml
blob: 3a2d48e355f85a844259d504ffe9100970f87f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE books SYSTEM "books.dtd">
<books>
    <book>
    <title>The Grapes of Wrath</title>
    <author>John Steinbeck</author>
    <author>John Steinbeck</author>
    </book>
    <book>
    <title>The Pearl</title>
    <author>John Steinbeck</author>
    </book>
</books>