Question
xml
How could i check to see if a specific xml element exists? I have the following xml document:
<employee>
<id>101</id>
<name>Janice Henry</name>
<zip>33021</zip>
</employee>
<employee>
<id>102</id>
<name>Julian Andrews</name>
</employee>
And i want to be able to check to see if the <zip> element exists.