XML file tutorial?

dustintinsley

Member
Joined
Aug 23, 2006
Messages
8
Programming Experience
Beginner
Does anyone know where to find a good XML file tutorial? I have always used INI files in the past, and since I am now learning .NET I figure I need to go with the times and begin using XML files. What I am trying to do is save user settings in the file. The settings I need to save would be best descrived as task lists. I am working on some backup software that the user can have different backup tasks, and I need to be able to save/load these settings on close/load of the program. Anyone have a good starting example for me?
 
If you want to first learn Xml you should have a go at http://www.w3schools.com/

For VB.Net the System.Xml namespaces documentation is a must.
 
Back
Top