Home » XML » XML_RSS » Bug #2045
some rss feeds does not parse
Details
| Request #2045 | some rss feeds does not parse |
|---|---|
| Submitted | 2004-08-03 11:31 UTC |
| From | G dot Granum at hw dot ac dot uk |
| Assigned | mj |
| Status | Closed |
| Package | XML_RSS |
| PHP Version | 4.3.5 |
| OS | linux 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