rona wrote: > HI i am still have a problem with retrieving data from geonames.org > i used XML ASP proxy named "proxy.asp"
Rona, you are not listening. Stop beating your head against the wall. JSON & XML are entirely different animals. You are trying to retrieve JSON results with XML access methods. JSON is JAVASCRIPT. XML is structured text. JSON uses dynamic SCRIPT tags WITHOUT a proxy. XML uses either XMLHttpRequest or its sugar coated substitute GDownloadUrl WITH a proxy. www.geonames.org supports both except in a very limited number of cases. If you try to fetch JSON formatted results with XML methods, it will fail. If you try to fetch XML formatted results with JSON methods, it will fail. JSON is easy. XML is difficult. If you show some willingness to try to understand the difference, people will help you. If you just stubbornly post the same clueless plea, noone will help you. You may be in the wrong profession. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
