Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question 开发者_开发技巧I am trying to parse iTunes top movies (top songs, albums etc) RSS feed, using PHP. Is there a library that I can use to parse them, without writing too much XML code (or using simplexml)? I tried simplepie, but it gave me some inconsistent results, and it is no longer maintained.
Here is a good overview: http://www.webresourcesdepot.com/php-rss-parsers/
SimplePie is actually maintained and very useful. Open a bug report if you experience inconsistencies.
精彩评论