Converting RSS feeds to HTML????

Uber_Tiny

New member
Ok...I have this issue. I want to place an RSS feed on my web site. No not my own RSS feed. One from another site. The issue is I need to make it HTML/javascript to work in this section of my site. I have tryd some places that will convert it for you but it doesn't seem to be working. All I get is this: http://www.geforce3d.net/forums/index.php?page=13

This is the RSS feed I am trying to get converted to work.

Thanks for anyones help if you can.
 
I thought an RSS feed was just a webservice call that returns a form of XML.

If so could you just use a little AJAX and DOM manipulating to form your desired html and use the innerHTML attribute to place it on your website?
 
Can't you just push the feed into a frame and have the browser display it?
 
Back
Top