xml file schema to mysql database using java

nokiss

New Member
I have an xml data of complex type with several tags and i want to store the tag values of the xml doc to the corresponding column name in msql db. the db table is already created with columns: articleid,authorname,title,year,volume,issue,pages. how do i extract the data from the xml into these columns. the column volume and year are givan as attribute of volume and year tag.
 
Back
Top