Hi friends,
Can any one help me out how to read the XML file with nested elements .
i have seen the article by kirupa in these links
http://www.kirupa.com/net/readingXML_pg1.htm
and
http://www.kirupa.com/net/reading_xml_directly_pg1.htm
but i am not getting idea on reading complex files
for example
<ISO15745Profile>
<header></header>
<profilebody>
<Deviceidentity>
<name>santy</name>
<text lang=“en-us”>santy</text>
<text lang=“french”>san</text>
<Deviceidentity>
<communication>
<id>1</id>
</communication>
</profilebody>
</ISO15745Profile>
or
you can see the file i have attached .