]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/data/tests/stores/books_isbnAttr2.xml
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / data / tests / stores / books_isbnAttr2.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <books>
3         <book isbn="ABC1">
4                 <title>Title of 1</title>
5                 <author>Author of 1</author>
6         </book>
7         <book isbn="ABC2">
8                 <title>Title of 2</title>
9                 <author>Author of 2</author>
10         </book>
11         <book isbn="ABC3">
12                 <title>Title of 3</title>
13                 <author>Author of 3</author>
14         </book>
15         <book isbn="ACB4">
16                 <title>Title of 4</title>
17                 <author>Author of 4</author>
18         </book>
19         <book isbn="ACF5">
20                 <title>Title of 5</title>
21                 <author>Author of 5</author>
22         </book>
23 </books>