PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_RSS » Bug #2045

some rss feeds does not parse

Details

Request #2045some rss feeds does not parse
Submitted2004-08-03 11:31 UTC
FromG dot Granum at hw dot ac dot uk
Assignedmj
StatusClosed
PackageXML_RSS
PHP Version4.3.5
OSlinux 2.4
Roadmaps(Not assigned)

Comments

[2004-08-03 11:31 UTC] G dot Granum at hw dot ac dot uk

Description:
------------
http://www.oss-watch.ac.uk/rss/summary.rss

does not parse ( the result of parse() is empty). I think it is because its tags are in this format:

<rss:channel rdf:about="http://www.osswatch.ac.uk/rss/summary.rss">
<rss:title>OSS Watch News Summary</rss:title>
<rss:description>Summary of OSS Watch news feeds</rss:description>
<rss:link>http://www.oss-watch.ac.uk</rss:link>
<rss:image rdf:resource="http://www.oss-watch.ac.uk/images/logo.png"/>

If I manually strip out the 'rss:' then it does parse