Hi, I have a table with XML data stored in an column of an MySQL table. I would like to read and parse the data into individual tables. All the example that I have found read the data from a xml file. I have the map file ready to parse the data. How do I import such stored data? -NG
... View more