Monday, September 28, 2009

RSS_PHP

I have been using Magpie Rss for a while to parse rss feeds in php.  It has worked pretty well for me.  But recently I have been working on some projects where I need to parse tags that have attributes. Some examples of tags with attributes in rss are enclosure tags for podcasts or cloud tags for rssCloud.  Magpie Rss doesn't support attributes, but only support values within begin and end tags.

I found RSS_PHP which looks to do what I want.  This library does support rss attributes and extensions.  I will pay for the commercial version if the free version continue to works as well as it is now.

1 comment:

  1. any idea how to do this in this library? The author has been mute on the topic. I bought the commercial version based on the single example hoping to give this library an array, and it give me a complete rss structure. It gives me an XML real nice, but not rss nodes it needs.

    Any ideas?

    ReplyDelete

Unlocking Raspberry Pi Potential: Navigating Network Booting Challenges for Enhanced Performance and Reliability

I've set up several Raspberry Pis around our house for various projects, but one recurring challenge is the potential for SD card failur...