Hi all i want to create a xml parser which reads the values from a xml file and inserts it into a database.

i will give you a description of my work. we are using oracle database for our application main server and mysql database for branches. i want to update the data from the branch to the main server. for that i am writing the data from the mysql database to a xml file. in the server i want to read the data from this xml file and insert this values in to the database. i cant use the default oracle tool for this cose i dont need the complete fileds in the xml to be entered in to the oracle database.

how can i do this. can anybody help me in this. its very urgent.