Hi Ben

In response to your first question regarding XML:
1. Start Visual Studio 2005 or Visual Studio .NET.
2. Create a new Visual C# Console Application. You proceed directly to the "Complete code listing" section or continue through these steps to build the application.
3. Make sure that the project contains a reference to the System.Xml.dll assembly.
4. Specify the using directive on the System.Xml...