Fun with SimpleXML

Ok, I’ve read about SimpleXML. I’ve looked at examples, and articles, and books and said…”Oh, that’s nice.” But tonight, I decided to whip up a quick and dirty RSS parser with it.

It took about 5 minutes (not that it does much), and I had a very simple rss feed reader for my bookmarks on [url=http://del.icio.us]del.icio.us[/url]. When I was done, all I could say: “Oh, that’s REALLY nice!”

Read on for a simple simpleXML example, some links and more.

As far as the code goes:
[code]
under the root tag.
foreach( $xml->item as $item ){
echo “

Leave a Reply

Your email address will not be published. Required fields are marked *