Is anyone familiar with a way of uploading XML into a MySQl database? I can do it with a text file, however, I have an application that can spit out data as an XML document. I want this data in a mysql table.
As much as I like the XML format, I would prefer having the data in a database where I can do more with it.