Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi guys,


how can i read a specific node from 4 node in xml and store its element in dataset or arraylist.

thanks
Posted
Comments
Prerak Patel 9-Sep-11 4:44am    
Sample xml?

You might want to look into XLINQ. Start here:

Reading XML documents using LINQ[^]

.NET Language-Integrated Query for XML Data[^]

These are not LINQ to XML (or XLINQ) specific, but give you a lot of examples using LINQ in general:

101 LINQ Samples[^]
 
Share this answer
 
I would start reading the documentation: "Using the XmlReader Class"[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900