You will have to do some coding and do a static page excuting PHP. I use PEAR RSS Parser. You can find it here:
http://pear.php.net/package/XML_RSS/
Here is an example of what my Static Page Looks like:
Text Formatted Code
require_once "/server/example/public_html/XML_RSS-0.9.2/RSS.php";
$rss =& new XML_RSS("http://www.mygeeksite.net/backend/example.rdf");
$rss->parse();
$display .= "Latest Example News<br>";
foreach ($rss->getItems() as $item) {
$title = stripslashes ($item['title']);
$display .= "<li><a href="" . $item['link'] . "">" .$title . "</a><br>";
}
echo $display;
Hope this helps.
T.Marquez Jr. -
Webmaster -
www.indianapolisfilm.net - Geeklog 1.4.0sr5-1