Hi, I'm new here.
Just wondering whether the RSS to GeoRSS service is down. I typed the following URL in my browser (Safari) Code:
http://ws.geonames.org/rssToGeoRSS?feedUrl=http://today.reuters.com/rss/worldNews
but got the following source Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<geonames>
<status message="java.net.UnknownHostException: today.reuters.com" value="12"/>
</geonames>
Is there anything wrong?
I have also tried to url-encode the feed string to: Code:
http%3A%2F%2Fnewsrss.bbc.co.uk%2Frss%2Fnewsonline_uk_edition%2Fworld%2Fasia-pacific%2Frss.xml
but it still doesn't work.
Am I doing anything wrong?
Thanks.