XML file Database operations
Dear All,
I have xml file as follows.
<Items>
<Item>
<ID>1</ID>
<Name>Sandwich</Name>
<Price>$5.00</Price>
</Item>
</Items>
Now i need to retrieve this data.
Can anybody tell me how to perform the CRUD operations for this?