Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
XDocument doc = XDocument.Load(URL); // xml load in url not local file  

Example
XML
<main>
<file id="15792" >...</file>
<details  value="982kb" f_type=".txt" f_name="abcd" />
</main>

How to get values in f_type and f_name

Thank In Advance!
Posted
Updated 21-Nov-13 22:30pm
v2

1 solution

 
Share this answer
 
Comments
Manoj Chamikara 22-Nov-13 5:03am    
Thank You Arun
ArunRajendra 24-Nov-13 23:06pm    
Welcome.

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