XML Parser

admin

Administrator
Staff member
I need to insert records from an XML file to a database (like Oracle, accessetc.). Any tips? tHE XML file looks something like :-<?xml version="1.0"?><custprof type="Customer Profiles"><customer><user-id>ar</user-id><saluation>Mrs</saluation><last-name>Lara</last-name></customer><customer><user-id>ar</user-id><saluation>Mrs</saluation><last-name>Lara</last-name></customer></custprof>
 
Back
Top