I have XML data like this:
<search ver="3.0">
<loc>Birmingham, AL</loc>
<loc>Gulf Shores, AL</loc>
<loc>Alabama, NY</loc>
<loc>Abbeville, AL</loc>
<loc>Abernant, AL</loc>
</search>
I would like to return the name of the places. How may I extract this data using Visual Basic?