Xml to RDBMS table data transgformation
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi , In my web application(devloped using spring framework and purely java) i have to tranform the xml data (I am getting xml from 3rd party) into the RDBMS table records of my application. Structure of both XML and table is different so its not one to one mapping. Can anybody please tell me what's the best way to do that? Regards Rishi Saraf