RSS-PHP; RSS 0.91 Parser Test Results
RSS-PHP is a free RSS Parser for PHP 5+ - the full introduction is available on the main RSS-PHP Parser page.
RDF Site Summary 0.91 Test
This test uses the original sample RSS 0.91 file hosted at userland. As with all tests on rssphp.net, this a live test.
The RSS-PHP Test File
<?php
require_once '../../rss_php.php';
$rss = new rss_php;
$rss->load('http://static.userland.com/gems/backend/sampleRss.xml');
print_r($rss->getRSS()); #print all rss without attributes
?>
RSS 0.91 Results
These results are generate by including the above test file.
http_handler could not connect to static.userland.com:80 (PHP Error Number: 113, Message: No route to host)