0 <?xml version="1.0" encoding="UTF8"?> | 0 <?xml version="1.0" encoding="UTF8"?> |
1 <!DOCTYPE Bookstore SYSTEM "bookshop.dtd"> | 1 <!DOCTYPE Bookstore SYSTEM "bookshop.dtd"> |
2 <Bookstore> | 2 <Bookstore> |
3 <!--J&R Booksellers Database--> | 3 <!--J&R Booksellers Database--> |
4 <Book Genre="" In_Stock="Yes"> | 4 <Book Genre="" In_Stock="Yes"> |
5 <Title>The Round Stephane Door</Title> | 5 <Title>The Round Stephane Door</Title> |
6 <Author>Tom Evans</Author> | 6 <Author>Tom Evans</Author> |
7 <Year_Published>1996</Year_Published> | 7 <Year_Published>1996</Year_Published> |
8 <ISBN>0-9546-0274-3</ISBN> | 8 <ISBN>0-9546-0274-3</ISBN> |
9 <Price>$23.00</Price> | 9 <Price>$23.00</Price> |
10 <Review>An Intriguing Tale Of A Round Door In A Wall</Review> | 10 <Review>An Intriguing Tale Of A Round Door In A Wall</Review> |
11 </Book> | 11 </Book> |
12 <Book Genre="Non-Fiction" In_Stock="Yes"> | 12 |
13 <Title>Creating Real Xml Applications</Title> | 13 <Title>Creating Real Xml Applications</Title> |
14 <Author>Bill Eaton</Author> | 14 <Author>Bill Eaton</Author> |
15 <Year_Published>1998</Year_Published> | 15 <Year_Published>1998</Year_Published> |
16 <ISBN>7-4562-0167-8</ISBN> | 16 <ISBN>7-4562-0167-8</ISBN> |
17 <Price>$35.00</Price> | 17 <Price>$35.00</Price> |
18 <Review>A Look At How To Build Real Xml Applications</Review> | 18 <Review>A Look At How To Build Real Xml Applications</Review> |
19 | 19 <Book Genre="Non-Fiction" In_Stock="Yes"> |
20 </Book> | 20 </Book> |
21 <Book Genre="Fiction" In_Stock="No"> | 21 <Book Genre="Fiction" In_Stock="No"> |
22 <Title>Over The Hills Of Yukon2</Title> | 22 <Title>Over The Hills Of Yukon2</Title> |
23 <Author>Bert Colewell</Author> | 23 <Author>Bert Colewell</Author> |
24 <Year_Published>1993</Year_Published> | 24 <Year_Published>1993</Year_Published> |
25 <ISBN>5-6524-3054-1</ISBN> | 25 <ISBN>5-6524-3054-1</ISBN> |
26 <Price>$22.00</Price> | 26 <Price>$22.00</Price> |
27 <Review>A Warm Story About A Man And A Moose In Yukon</Review> | 27 <Review>A Warm Story About A Man And A Moose In Yukon</Review> |
28 </Book> | 28 </Book> |
29 <Book Genre="Fiction" In_Stock="Yes"> | 29 <Book Genre="Fiction" In_Stock="Yes"> |
30 <Title>The Lion's Gold</Title> | 30 <Title>The Lion's Gold</Title> |
31 <Author>Daphne Griswald</Author> | 31 <Author>Daphne Griswald</Author> |
32 <Year_Published>1989</Year_Published> | 32 <Year_Published>1989</Year_Published> |
33 <ISBN>6-7896-2498-2</ISBN> | 33 <ISBN>6-7896-2498-2</ISBN> |
34 <Price>$15.00</Price> | 34 <Price>$15.00</Price> |
35 <Review>One Of The Most Compelling Books Since "The Tiger's Silver".</Review> | 35 <Review>One Of The Most Compelling Books Since "The Tiger's Silver".</Review> |
36 </Book> | 36 </Book> |
37 </Bookstore> | 37 </Bookstore> |