Hi all. I retrieved a table from my SQL Server, and have used a dataadapter to fill a dataset. I then can use the GetXml method to save the schema of the dataset as a string. I would like to output this to the screen as an actual XML document (not embedded into any type of html document). How do I do this?