<?xml version="1.0" encoding="utf-8" ?>
<stock>
<!--ToothPaste-->
<items>
<productname>Toothpaste</productname>
<brandname>Colgate</brandname>
<quantity>15</quantity>
<price>10</price>
</items>
<items>
<productname>Toothpaste</productname>
<brandname>Pepsodent</brandname>
<quantity>20</quantity>
<price>12</price>
</items>
<items>
<productname>Toothpaste</productname>
<brandname>CloseUp</brandname>
<quantity>16</quantity>
<price>15</price>
</items>
<!--Soaps-->
<items>
<productname>Soap</productname>
<brandname>Lux</brandname>
<quantity>23</quantity>
<price>25</price>
</items>
<items>
<productname>Soap</productname>
<brandname>Vivel</brandname>
<quantity>30</quantity>
<price>30</price>
</items>
<items>
<productname>Soap</productname>
<brandname>Dove</brandname>
<quantity>35</quantity>
<price>20</price>
</items>
<items>
<productname>Soap</productname>
<brandname>Cinthol</brandname>
<quantity>15</quantity>
<price>22</price>
</items>
<!--Detergents-->
<items>
<productname>Detergent</productname>
<brandname>Rin</brandname>
<quantity>50</quantity>
<price>10</price>
</items>
<items>
<productname>Detergent</productname>
<brandname>Nirma</brandname>
<quantity>60</quantity>
<price>15</price>
</items>
<!--Shampoo-->
<items>
<productname>Shampoo</productname>
<brandname>Clear</brandname>
<quantity>100</quantity>
<price>3</price>
</items>
<items>
<productname>Shampoo</productname>
<brandname>Head and Shoulder</brandname>
<quantity>120</quantity>
<price>4</price>
</items>
<items>
<productname>Shampoo</productname>
<brandname>Clinic All Clear</brandname>
<quantity>115</quantity>
<price>2</price>
</items>
<!--Food Products-->
<items>
<productname>Food Products</productname>
<brandname>Maggi</brandname>
<quantity>25</quantity>
<price>5</price>
</items>
<items>
<productname>Food Products</productname>
<brandname>Sunfeast Yippee</brandname>
<quantity>30</quantity>
<price>5</price>
</items>
<!--Dairy Products-->
<items>
<productname>Dairy Products</productname>
<brandname>Heritage</brandname>
<quantity>60</quantity>
<price>14</price>
</items>
<!--Pet Supplies-->
<items>
<productname>Pet Supplies</productname>
<brandname>Pedigree</brandname>
<quantity>15</quantity>
<price>80</price>
</items>
</stock>