3
Answers

XML file Database operations

SIVA

SIVA

12y
1.7k
1

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?
Answers (3)