Question
Consuming BBC Weather RSS Feeds
I am trying to display the BBC weather feeds through
Coldfusion, however I am getting the following error
---
An error occured while Parsing an XML document.
The element type "link" must be terminated by the matching end-tag "".
----
However If I change the rss feed location to http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/wales/rss.xml for example the script works ?
Any ideas why the weather rss feeds from the BBC are not working ?
http://backstage.bbc.co.uk/data/WeatherFeeds?v=p12
This is my code
---
An error occured while Parsing an XML document.
The element type "link" must be terminated by the matching end-tag "".
----
However If I change the rss feed location to http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/wales/rss.xml for example the script works ?
Any ideas why the weather rss feeds from the BBC are not working ?
http://backstage.bbc.co.uk/data/WeatherFeeds?v=p12
This is my code
