Try this to get you started:
PHP Code:
<?php $RSS_Array = new SimpleXMLElement(file_get_contents('http://www.lineage.com/news/atom.xml')); //Now, view the structure which you can then do whatever you want with echo '<pre>'.htmlspecialchars(print_r($RSS_Array,true)).'</pre>'; ?>
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|