0

I am currently making a data visualisation website which looks at a remote source of data which is in XML.

I am confused on how to get the data from the XML dataset into a MySQL database.

4

1 回答 1

0

in order to visualize, probably you don't need to put the data into the database. probably you just need to have the data accessible on the client side (javascript). in this case, you should just call the XML data interface from javascript (with jquery, for example), and process the result

于 2013-03-29T21:26:42.317 回答