Should i use XML or MySQL? | Learn XML

The advantage of XML is simplicity and it is platform independent. The advantage of any DB program is scalability, speed, and concurrency. An instance where you may use mySQL and XML in tandem is for an rss feed. (mySQL -> XML) ...