Hey guys, I'm still new to Python and Django, heck I guess I consider myself new to web development in general, and I'm at a part where I'm a little lost on what to do. In a nutshell I have a form that will take in a Country (from a drop down) and a postal code. I want to grab the province/state and city information by utilizing a webservice on geonames.org
An example is this: http://ws.geonames.org/findNearbyPostalCodes?lat=47&lng=9 So essentially you submit the query string and it returns the XML for the information I'm looking for. I haven't the slightest clue on how to access that information let alone connect to it. I've been reading a tutorial on a RSS reader written in Python, and that seems to be giving me some headway, but I also noticed that Django comes with an RSS reader and a feed class. Do you guys know which would be the best method to tackle this problem? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---