I'm not sure if this is possible, but figured I'd ask and see if I can get any info.
As the title suggests, I have an XML file with thousands of lines. I also have its associated XSD schema file.
I was wondering, is it possible for me to convert this data into a MySQL database without manually specifying the XPath stuff?
For example, is it possible for a Java or Python or whatever program to analyse the XML structure, based on the XSD, extract the table columns, and populate it with data?
I tried using PHPMyAdmin to import my XML file, but it didn't work and said there was a problem, which I think was related to the fact that it couldn't create the columns. As far as I know, it can handle CSV files better, so that's another option for a 2 stage conversion.
Thanks.
<name>John</name>it will create a column calledNameand populate a row with the dataJohn. I'm really just curious if some software is already out there and easily accessible, otherwise I will have to write my own code to consume my XML file. – eoinzy Jul 18 '12 at 14:56<html><body><div><div><div><table><tbody><tr><th><h1><strong>Hello</strong></h1></th></tr></tbody></table></div></div></div></body></html>– Puggan Se Jul 18 '12 at 14:59