Hi,

I can easily create an xsd from an xml file in Visual Studio 2005. But
I want a typed DataSet, so is there an option to create that typed
DataSet from the xsd or the xml file? I need many such typed DataSets
so I don't want to create them from scratch.

On a sidenote: I am loading the XML from http, I transform it via xslt
and then load the result into a typed DataSet. I think I am doing a
...