hey,
<PlaylistSharing>
<User id="Robert">
-<playlist id="pop songs" rating="2">
-<song>
<artist>Robbie Williams</artist>
<title>Candy</title>
<album> </album>
<genre>Pop</genre>
</song> -
<song>
<artist>Labrinth</artist>
<title>Beneath your beautiful</title>
<album> </album>
<genre>Pop</genre>
</song> -
<song>
<artist>The Wanted</artist>
<title>I found you</title>
<album> </album>
<genre>Pop</genre> </song>
above is some poor xml and i am trying to figure out how to write a vb function that would allow to enter a song title and this would search through all the <title> elements and return some sort of value that say if there was a match and how many.
Anybody think they could help
Cheers.