SIVA

SIVA

  • NA
  • 742
  • 699.3k

XML file Database operations

Mar 27 2012 6:00 AM

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)