This articles shows how to consume an XML doument and bind the data to server side controls. This example will show how to create a webform that will in turn display the weather information.
This sample shows how you can obtain a Dataset from (in this case) a SQL Server database, and then write it out to an XML Document. As an "Extra Added Bonus(tm)", it can show you how to write the schema as well.