I found

http://www.webservicex.net/globalweather.asmx/GetCitiesByCountry?CountryName=France

Now I do not get why the output is so bad? It looks like they do say that the serve XML but this is not true
;(

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.webserviceX.NET";>&lt;NewDataSet&gt;
  &lt;Table&gt;
    &lt;Country&gt;France&lt;/Country&gt;
    &lt;City&gt;Le Touquet&lt;/City&gt;
  &lt;/Table&gt;
  &lt;Table&gt;
    &lt;Country&gt;France&lt;/C

(XMLDOMParser on: (ZnClient new
url: 'http://www.webservicex.net/globalweather.asmx/GetCitiesByCountry?CountryName=France';
        get)) parseDocument.


(XMLDOMParser onURL: 'http://www.webservicex.net/globalweather.asmx/GetCitiesByCountry?CountryName=France') parseDocument


Le 13/3/16 21:52, stepharo a écrit :
Hi hernan and others

I'm looking for ideas of simple services
capital, dictionaries....
forecast that I could access using Zinc in a couple of lines.

This is for challenges that I'm writing for the mooc.
Stef






Reply via email to