If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Importing a XML File with HTML Codes for Unicode Characters
Dear forum,
I have an XML file exported from a Web forum running on MySQL. The file has a lot of Unicode characters escaped as HTML codes. How could I import the XML file in a new MySQL database and have all &#nnnn; codes decoded back to Unicode characters?