Hello,
these are my first steps with vs2005 (and xml at all), so please be
patient with me :-)
Here is what i'm trying to achieve:
Given a xml file with the following structure (simplified):
<letters>
<letter name="A">
<sound>A.wav</sound>
</letter>
</letters>
i've generated a xsd file and using this new xsd file i've generated a
class within my windows application project.
No problem so far, i'm able to instantiate a new object from this class
and read the xml file using a Xmlserializer together with a filestream.
But know, i want to fill the NewDataSet1 (based on the NewDataSet
object xsd created for me) with the content of the xml file.
This way a may search and filter <letter> items within a DataSet table
just like if it were a database.
Here is where i have the gap :-(
Could someone of you please explain me shortly, which steps it takes to
instantiate this dataset, relate it to the "letters" object and finally
bind it?
Many thanks in advance for your help.
Filipe
ship261 - 30 Nov 2005 18:58 GMT
What else can i do with it
---------------------------------
http://community.ihostasp.ne
ASP.NET Developer Community