Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.0

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)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 29 + 47 = ?

 
 [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

Comments

 [2004-08-25 17:27 UTC] mj
The bug has been fixed in CVS. The fix will be part of the next XML_RSS release. In the meantime one can get the patch via http://cvs.php.net/diff.php/pear/XML_RSS/RSS.php?ws=0&r1=1.21&r2=1.22&ty=u.