Rss Servlet
843842Jul 1 2008 — edited Jul 1 2008Hi,
I want to create an RSS feed for weather information (e.g. temperature, pressure, wind, rain, etc) using servlets. The data is in a database. I have used the Rome package to create the feed but its not exactly like a weather feed. It is more similar to a news feed. I want to create something like the yahoo weather feeds (http://xml.weather.yahoo.com/forecastrss?p=UKXX0085&u=c). The one I've created has an entry for every piece of data e.g. one for temp, one for wind, etc. and the created xmI includes tags like title, description, etc. I want to create something similar to yahoo. I want to have a feed that includes a tag like <condition> or <temp> and so on. Is this possible through Rome (I've gone through all tutorials and there is nothing there) or is there any other useful package I can use.
I really appreciate if you help me with this.
Regards
Rasoul