I have a huge XML feed which has loads of entries. I need to create a database out of this XML feed such that individual tables are autogenerated and the linkages managed and the tables populated accordingly.
The XML file is quite extensive and each child has its set of child nodes and each node has its set of attributes. Is there an open source tool that does this or would I have to define a script i.e in php to do the work here?