-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookstest.xml
46 lines (45 loc) · 1.28 KB
/
bookstest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE books SYSTEM "books.dtd">
<books>
<book>
<image>harrypotter.jpg</image>
<title>Harry Potter</title>
<author>J.K Rowling</author>
<genre>Fiction</genre>
<price>£9.99</price>
</book>
<book>
<image>Themysteryguest.jpg</image>
<title>The mystery Guest</title>
<author>Nita Prose</author>
<genre>Fiction</genre>
<price>£15.99</price>
</book>
<book>
<image>wherethedarkstandsstill.jpg</image>
<title>Where the dark stands still</title>
<author>A.B Poranek</author>
<genre>Fiction</genre>
<price>£14.99</price>
</book>
<book>
<image>fatebreaker.jpg</image>
<title>Fate Breaker</title>
<author>Victoria Aveyard</author>
<genre>Fiction</genre>
<price>£22.99</price>
</book>
<book>
<image>empireofthdamned.jpg</image>
<title>Empire of the Damned</title>
<author>Jay Kristoff</author>
<genre>Fiction</genre>
<price>£24.99</price>
</book>
<book>
<image>Theblackbirdoracle.jpg</image>
<title>The Black Bird Oracle</title>
<author>Deborah Harkness</author>
<genre>Fiction</genre>
<price>£25.99</price>
</book>
</books>