-
Notifications
You must be signed in to change notification settings - Fork 0
/
books.xml
52 lines (52 loc) · 1.32 KB
/
books.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
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<books>
<book>
<title>The Cask of Amontillado</title>
<author>Edgar Allan Poe</author>
<year>1846</yeaer>
<work>short story</work>
<type>fiction</type>
<categories>
<category>American</category>
<category>classics</category>
<category>horror</category>
</categories>
</book>
<book>
<title>The Adventures of Huckleberry Finn</title>
<author>Mark Twain</author>
<year>1884</yeaer>
<work>novel</work>
<type>fiction</type>
<categories>
<category>American</category>
<category>classics</category>
<category>adventure</category>
</categories>
</book>
<book>
<title>White Fang</title>
<author>Jack London</author>
<year>1906</yeaer>
<work>novel</work>
<type>fiction</type>
<categories>
<category>American</category>
<category>classics</category>
<category>adventure</category>
</categories>
</book>
<book>
<title>The Hound of the Baskervilles</title>
<author>Sir Arthur Conan Doyle</author>
<year>1902</yeaer>
<work>novel</work>
<type>fiction</type>
<categories>
<category>British</category>
<category>classics</category>
<category>mystery</category>
<category>crime</category>
</categories>
</book>
</books>