B
Ben
Hi
I am a newbe when it comes to XML. I have the Schema below:
<XMLRoot xmlns="http://tempuri.org/xmlTesting.xsd">
<Data1>
<Country>My First Country</Country>
<Town>My Town</Town>
<Link>http://www.MyWebsite.com/</Link>
</Data1>
</XMLRoot>
I can databind a grid etc, but want to work with individual items, I want to
do a number of things:
1) get a distinct list of all countries
2) get all towns and links for a specific country
I will then loop though the results and list them in an ASPX page
Any advice on how to do this would be much appricated.
Thanks
B
PS we are currently using framework 1.1
I am a newbe when it comes to XML. I have the Schema below:
<XMLRoot xmlns="http://tempuri.org/xmlTesting.xsd">
<Data1>
<Country>My First Country</Country>
<Town>My Town</Town>
<Link>http://www.MyWebsite.com/</Link>
</Data1>
</XMLRoot>
I can databind a grid etc, but want to work with individual items, I want to
do a number of things:
1) get a distinct list of all countries
2) get all towns and links for a specific country
I will then loop though the results and list them in an ASPX page
Any advice on how to do this would be much appricated.
Thanks
B
PS we are currently using framework 1.1