Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Need some examples on working with XML files


Message #1 by "Sachin Mhatre" <sachinx@h...> on Wed, 29 Jan 2003 10:20:51 +0530
Hi,
I have an XML file of following structure
<?xml version="1.0" ?><Pre-Round> <Match>  <Date>Feb
9</Date>  <Type>Day-Night</Type>  <Teams1>South Africa</Teams1>  <Teams2>West
Indies</Teams2>  <Teams>South Africa vs West Indies</Teams>  <Venue>Newlands, Cape
Town</Venue>  <MatchStart>06:00 P.M.</MatchStart>  <MatchResult></MatchResult> </Match>
:
:
:
</Pre-Round>
I want to search for particular contry in <Team1> tag and want to show the match details for that team in datagrid.
How to do this in C#?
 
Thanks in advance 
-SachinTired of spam? Get advanced junk mail protection with MSN 8.

  Return to Index