SAX Practice
SAX Practice
Figure 1
<?xml version="1.0"?>
<Books>
<Book id="0001" Category="novel">
<Name>Harry Potter and the philosopher stone</Name>
<Author>J.K Rowling</Author>
<ISBN>978-3-16-148410-0</ISBN>
<Price>18.5</Price>
<Sold>21</Sold>
<Stock>17</Stock>
</Book>