Hi Cake people, I have a question about Xml.I am using httpSocket to hit a specific url in order to get some data.The url is http://www.geonames.org and i received details about destinations in order to implement geocoding.The results are in this format:
<geonames style="MEDIUM"> <totalResultsCount>2877</totalResultsCount> <geoname> <name>London</name> <lat>51.5084152563931</lat> <lng>-0.125532746315002</lng> <geonameId>2643743</geonameId> <countryCode>GB</countryCode> <countryName>United Kingdom</countryName> <fcl>P</fcl> <fcode>PPLC</fcode> </geoname> The reason i send this post is to ask about how i can make this data appear on my own needs ,for example: destination:London country:United kingdom . .. etc as well as make destination label linkable. Apart from that i want to kindly ask you if you have any url or any article which might help me plz give me a reply! Ty very much for your time. Paulos --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
