Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i had a XML file like this there are many nodes like i given below how to read that nodes names can any one help me.

XML
<?xml version="1.0" encoding="utf-8" ?>

<Argonaut>
      
     <add key="SMTP_Port" value="" type="URL"/>
     <add key="LocationMapUrl" value="" type="URL"/>
     <add key="Easting" value="" type="NUMERIC"/>
     <add key="Northing" type="NUMERIC"/>
     <add key="LINES_URL" value="" type="URL"/>
    
</Argonaut>


<Webservice>
             
     <add key="MapCenterX" value="" type="NUMERIC"/>
     <add key="MapCenterY" value="" type="NUMERIC"/>
     <add key="Radius" value="" type="NUMERIC"/>
     <add key="DataRefreshMinutes" value="" type="NUMERIC"/>
 
  </Webservice>
Posted

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