aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/data/tests/stores/books.xml
blob: 4c330e60aa5065cf71ea4c79d6f5067747710e82 (plain)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<books>
	<book>
		<isbn>1</isbn>
		<title>Title of 1</title>
		<author>Author of 1</author>
	</book>
	<book>
		<isbn>2</isbn>
		<title>Title of 2</title>
		<author>Author of 2</author>
	</book>
	<book>
		<isbn>3</isbn>
		<title>Title of 3</title>
		<author>Author of 3</author>
	</book>
	<book>
		<isbn>4</isbn>
		<title>Title of 4</title>
		<author>Author of 4</author>
	</book>
	<book>
		<isbn>5</isbn>
		<title>Title of 5</title>
		<author>Author of 5</author>
	</book>
	<book>
		<isbn>6</isbn>
		<title>Title of 6</title>
		<author>Author of 6</author>
	</book>
	<book>
		<isbn>7</isbn>
		<title>Title of 7</title>
		<author>Author of 7</author>
	</book>
	<book>
		<isbn>8</isbn>
		<title>Title of 8</title>
		<author>Author of 8</author>
	</book>
	<book>
		<isbn>9</isbn>
		<title>Title of 9</title>
		<author>Author of 9</author>
	</book>
	<book>
		<isbn>10</isbn>
		<title>Title of 10</title>
		<author>Author of 10</author>
	</book>
	<book>
		<isbn>11</isbn>
		<title>Title of 11</title>
		<author>Author of 11</author>
	</book>
	<book>
		<isbn>12</isbn>
		<title>Title of 12</title>
		<author>Author of 12</author>
	</book>
	<book>
		<isbn>13</isbn>
		<title>Title of 13</title>
		<author>Author of 13</author>
	</book>
	<book>
		<isbn>14</isbn>
		<title>Title of 14</title>
		<author>Author of 14</author>
	</book>
	<book>
		<isbn>15</isbn>
		<title>Title of 15</title>
		<author>Author of 15</author>
	</book>
	<book>
		<isbn>16</isbn>
		<title>Title of 16</title>
		<author>Author of 16</author>
	</book>
	<book>
		<isbn>17</isbn>
		<title>Title of 17</title>
		<author>Author of 17</author>
	</book>
	<book>
		<isbn>18</isbn>
		<title>Title of 18</title>
		<author>Author of 18</author>
	</book>
	<book>
		<isbn>19</isbn>
		<title>Title of 19</title>
		<author>Author of 19</author>
	</book>
	<book>
		<isbn>20</isbn>
		<title>Title of 20</title>
		<author>Author of 20</author>
	</book>
</books>