Yahoo released a new beta of the MyYahoo portal today. It allows you to link to ANY RSS feed, not just the listed feeds like BBC, etc! Here’s what my home page looks like now:
The cool part is that it looks just like a “real” news service. The downside is that Yahoo only seems to update it once per hour. Still, it’s a pretty nice feature to put in your portal…
I’ll put the process for creating this in the next message.
Basically, all you need to do is have WD create an RSS feed (google RSS FAQ for more info), and upload it to your web site. I wrote a template called wxlocal4.html the same way I would for any custom WD web page. However, this template contains a very simple RSS XML feed. Here’s my version (as seen in MyYahoo above):
Aha, I missed that one. I just started looking into RSS myself… It’s a pretty cool way to move info around the web. It took me three or four tries to get this all working. The tricky part was waiting for Yahoo to queue the feed – it seemed like it wasn’t really working at first!
Their new RSS works very well. I also have it now reporting via the xml file I’m sending via WD.
Like you said, it took a little bit for it to show up on My Yahoo!.
Getting an error with my xml page simply using temperature.
[code:1]
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
An invalid character was found in text content. Error processing resource ‘file:///Y:/Inetpub/wwwroot/WeatherPage/rss.xml’…
<?xml version="1.0"?>
Monrovia, AL Weather
http://weather.ruppworld.com/
Greg's Weather Station...
en-us
Information as of %date%@%time%
Current Temperature %temp%(HeatIndex %heati%)
Lightening Strikes last minute %lighteningcountlastminute%
[/code:1]
Is appears not to like the degree sign and that is an XML no no so how did shelt59 get by with it?
Greg,
Do you have it set up as a wxlocalXX.html so that WD can fill in the tags. If so, then have the ftp to update to your site changing its name to rss.xml.
Your file looks ok to me and it should process properly as a rss.xml to Yahoo!
I told it where to find the file via the http:… command on their page.
I don’t see anything wrong with your xml file.
Greg,
Do you have it set up as a wxlocalXX.html so that WD can fill in the tags. If so, then have the ftp to update to your site changing its name to rss.xml.
Your file looks ok to me and it should process properly as a rss.xml to Yahoo!
I told it where to find the file via the http:… command on their page.
Lar,
Yes I do have it listed as wxlocal1.html and it’s producing the XML file just fine but the degree symbol is an invalid XML symbol. So I temporarilily have it hard coded to 85 just to test it. Now Yahoo states it can not find the file. They must not like ports other than 80. Oh well that’s life. It would have been cool to try.
Lar,
I cut and pasted your code here and it fails with an invalid character as well. Maybe the RSS parser doesn’t care but the XML 4.0 parser will not render the file.