I am a bit old school and I need to be able to parse this document in VB6.
<ip>
<results>
<result>
<ip>104.145.4.78</ip>
<host>104.145.4.78</host>
<isp>Allstream Corp.</isp>
<city>Vancouver</city>
<countrycode>CA</countrycode>
<countryname>Canada</countryname>
<latitude>49.2551</latitude>
<longitude>-123.0667</longitude>
</result>
</results>
</ip>
There is a website that provides the location of and IP address's and i need to put the city name for about 6000 addresses and this is the best way I can think of except that I cannot find a simple way to get the data off of this page.
Here is the actual website I am using:
http://api.geoiplookup.net/?query=104.145.4.78
Any help here would be greatly appriciated. I have spent about 6 hours trying to figure this out and I am sure there is a simple solution but I can't figure out what it is.
Cheers,