PDA

View Full Version : MySQL vs. XML


Suchy
04-14-2007, 02:20 AM
I am planing to add a bus schedule to my site.
The way it would work is that a user selects a city, a schedule of departures, route, info (ex. weekday's only...) and bus company shows up.

All current text on my site is in xml files, so that I can update easily.

But for this section (communication) I am thinking of putting this info into MySQL into 4 tables (destination, route, info, bus_company)

Anyway is there an adventage of using a database for something like this, cause it seems to me that sticking to XML files would be better (easier to move files & make changes)

Flash Gordon
04-14-2007, 07:14 AM
i typically make dynamicvxml files from my database info