RSS feed in my page
Greetings,
I am using Java Studio Creator to create my pages and I want to add an RSS feed in certain location of my page, I get three news pulled from the particular site. I use ui script for displaying it, but when the news are displayed on the page it is sprawled over the page and is not confined to the particular section.
Please help me with this issue, how I forma the news from RSS feed into my page.
Regards,
Pranabi.
[457 byte] By [
Pranabia] at [2007-11-26 17:32:55]

# 1
Perhaps you can fix it by getting RSS data into your database first, renew the data every 10 minutes or so, and then display on your pages, in the format you need. You can use the tool called Apatar http://www.apatar.com, which can read and parse RSS feeds, and move data into your database. Apatar supports MySQL, Oracle, MS SQL and a bunch of other databases, file formats and applications such as WevDAV and Salesforce.com. Apatar has a built-in scheduling app and can fetch data from your RSS feed as often as every minute. Try to download Apatar and parse your RSS feed to see if it helps.