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