]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/data/tests/stores/books.xml
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / data / tests / stores / books.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <books>
3         <book>
4                 <isbn>1</isbn>
5                 <title>Title of 1</title>
6                 <author>Author of 1</author>
7         </book>
8         <book>
9                 <isbn>2</isbn>
10                 <title>Title of 2</title>
11                 <author>Author of 2</author>
12         </book>
13         <book>
14                 <isbn>3</isbn>
15                 <title>Title of 3</title>
16                 <author>Author of 3</author>
17         </book>
18         <book>
19                 <isbn>4</isbn>
20                 <title>Title of 4</title>
21                 <author>Author of 4</author>
22         </book>
23         <book>
24                 <isbn>5</isbn>
25                 <title>Title of 5</title>
26                 <author>Author of 5</author>
27         </book>
28         <book>
29                 <isbn>6</isbn>
30                 <title>Title of 6</title>
31                 <author>Author of 6</author>
32         </book>
33         <book>
34                 <isbn>7</isbn>
35                 <title>Title of 7</title>
36                 <author>Author of 7</author>
37         </book>
38         <book>
39                 <isbn>8</isbn>
40                 <title>Title of 8</title>
41                 <author>Author of 8</author>
42         </book>
43         <book>
44                 <isbn>9</isbn>
45                 <title>Title of 9</title>
46                 <author>Author of 9</author>
47         </book>
48         <book>
49                 <isbn>10</isbn>
50                 <title>Title of 10</title>
51                 <author>Author of 10</author>
52         </book>
53         <book>
54                 <isbn>11</isbn>
55                 <title>Title of 11</title>
56                 <author>Author of 11</author>
57         </book>
58         <book>
59                 <isbn>12</isbn>
60                 <title>Title of 12</title>
61                 <author>Author of 12</author>
62         </book>
63         <book>
64                 <isbn>13</isbn>
65                 <title>Title of 13</title>
66                 <author>Author of 13</author>
67         </book>
68         <book>
69                 <isbn>14</isbn>
70                 <title>Title of 14</title>
71                 <author>Author of 14</author>
72         </book>
73         <book>
74                 <isbn>15</isbn>
75                 <title>Title of 15</title>
76                 <author>Author of 15</author>
77         </book>
78         <book>
79                 <isbn>16</isbn>
80                 <title>Title of 16</title>
81                 <author>Author of 16</author>
82         </book>
83         <book>
84                 <isbn>17</isbn>
85                 <title>Title of 17</title>
86                 <author>Author of 17</author>
87         </book>
88         <book>
89                 <isbn>18</isbn>
90                 <title>Title of 18</title>
91                 <author>Author of 18</author>
92         </book>
93         <book>
94                 <isbn>19</isbn>
95                 <title>Title of 19</title>
96                 <author>Author of 19</author>
97         </book>
98         <book>
99                 <isbn>20</isbn>
100                 <title>Title of 20</title>
101                 <author>Author of 20</author>
102         </book>
103 </books>