Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<?xml version="1.0"?

>
<Menu>
<Snacks>Snack
<Name item="I1">Pav Bhaji</Name>
<Price>99</Price>
<Description>Two pav with spicy bhaji</Description>
<Name item="I2">Chhole Bhature</Name>
<Price>125</Price>
<Description>Two bhature with Chhole</Description>
</Snacks>
<Thali>Thali
<Type>Veg</Type>
<T-Price>180</T-Price>
<Type>Non-Veg</Type>
<T-Price>250</T-Price>
</Thali>
<Dessert>Dessert
<D-Name id="1">Ice-cream</D-Name>
<D-Price>75</D-Price>
<D-Name id="2">Gulaab Jamun</D-Name>
<D-Price>75</D-Price>
</Dessert>
</Menu>

You might also like