<?xml version="1.0" ?>
<People>
<Person>
<Name> ABC </Name>
<SSN> 111111 </SSN>
<Address> asdfg </address>
</Person>
</People>
I am working on the project where I should get the Tag names but not the values between the tag names. i.e., Under Person Tag, I should grab the Name, SSN, Address nodes but the ABC, 111111, asdfg values.
I need to use Linq to XML and query it in c#. But I have no clue how to proceed with this. I am a newbie, so please help me out with this issue.
Awaiting for replies.
Thanks & regards,
This post has been edited by Kattinti: 01 October 2009 - 10:58 AM