[dropcap]X[/dropcap]ML is often used to transport data between applications and businesses in a language nonspecific way. When first introduced, a script or application process had to parse the XML data and convert it into valid format for the database and underlying system.
This Video describes methods to import XML feed into Mysql Database. XML feed contain xml format Data.now we Extract data from XML and insert into MySQL Database using PHP.
Note:- If you are using MySQL and you are working with the dumps ( XML Feeds ) from a relatively large project ( Listing Projects like Makaan, Propertyonline, Trivago ), you will want to convert them to SQL first, and then import those into your database.