-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.xml
121 lines (121 loc) · 2.91 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<Books>
<Items>
<Request>
<IsValid>True</IsValid>
<ItemSearchRequest>
<SearchIndex>Books</SearchIndex>
</ItemSearchRequest>
</Request>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>John Grisham</Author>
<Title>A Time to Kill</Title>
<Price>12.99</Price>
<DatePub>1998-05-01</DatePub>
<ASIN>0446351230</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Stephen King</Author>
<Title>Blood and Smoke</Title>
<Price>24.00</Price>
<DatePub>2000-01-01</DatePub>
<ASIN>0446355453</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>John Grisham</Author>
<Title>The Rainmaker</Title>
<Price>7.99</Price>
<DatePub>2001-12-01</DatePub>
<ASIN>0443622434</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Stephen King</Author>
<Title>The Green Mile</Title>
<Price>24.00</Price>
<DatePub>1992-01-01</DatePub>
<ASIN>0443622987</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Stephen King</Author>
<Title>Misery</Title>
<Price>7.70</Price>
<DatePub>2003-01-01</DatePub>
<ASIN>0443623452</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Stephen King</Author>
<Title>The Dark Half</Title>
<Price>48.00</Price>
<DatePub>1999-10-30</DatePub>
<ASIN>0443623482</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>John Grisham</Author>
<Title>The Partner</Title>
<Price>12.99</Price>
<DatePub>2005-01-01</DatePub>
<ASIN>0443744434</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Stephen King</Author>
<Title>It</Title>
<Price>9.70</Price>
<DatePub>2001-10-15</DatePub>
<ASIN>0443698452</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Honore de Balzac</Author>
<Title>Cousin Bette</Title>
<Price>19.70</Price>
<DatePub>1991-12-01</DatePub>
<ASIN>0443691234</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Alexandr Pushkin</Author>
<Title>Boris Godunov</Title>
<Price>7.15</Price>
<DatePub>1999-01-01</DatePub>
<ASIN>0447791234</ASIN>
</ItemAttributes>
</Item>
<Item>
<DetailPageURL></DetailPageURL>
<ItemAttributes>
<Author>Alice in Wonderland</Author>
<Title>Lewis Carroll</Title>
<Price>4.15</Price>
<DatePub>1999-01-01</DatePub>
<ASIN>0447791294</ASIN>
</ItemAttributes>
</Item>
</Items>
</Books>