c# check elements in xml

anutachkabelova

New Member
How do I check an xml file to determine if some elements exist? For example I have the XML from:\[code\]http://www.google.com/ig/api?weather=vilnius&hl=eng\[/code\]I want check if the word "wind_condition" exists: \[code\]if ("wind_condition") {do something}\[/code\]
 
Back
Top