Hey guys, I have a website written in JSP and a WordPress blog (on another server). I want to show a preview of the latest blog article on the homepage of my website. I know I have to do this using the RSS feed provided by the blog and I found lots of free scripts that can do what I need but they are all written in PHP. But my website is in JSP and I do not want to install PHP on the server just for this one feature. How do I show an rss feed using JSP and HTML? Hope this makes sense. Regards, Jordan