Thread: File Format
View Single Post
  #8 (permalink)  
Old 08-03-2007, 05:44 PM
Lee's Avatar
Lee Lee is offline
PT Staff*
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: Blackpool, UK
Posts: 616
iTrader: (0)
Lee is just really niceLee is just really niceLee is just really niceLee is just really nice
I like using XML the most, i have used it a couple of times now, once you start getting your head round parsing it in your language of choice then you see its not really that hard to save, delete, create etc...

XML is also good if you want the user to be able to change the settings from that file, lets say there's an error in the application on load in a version where your error handling is not 100%, they can just change a setting in the XML file to make it all work again, rather than a reinstall or something like that.

Another good example is when you have different languages and the user is computer literate (Or has a user guide) and would like to change something in there language, say you have a button with the text "Exit" from the XML file, the user could change it to "Close" or something like that, which can be good as users like it when things are the way they want.
Reply With Quote
The Following 2 Users Say Thank You to Lee For This Useful Post:
HelloWorld (08-03-2007), TeraTask (08-03-2007)