View Full Version : RSS / XML Parsing


Cdaknight
14th May 2004, 06:32 AM
Is anybody familiar with how to parse an RSS/XML document using php? I've looked up some tutorials, but they seem a little cryptic to me.

I'm looking to just hand syndicate some feeds so I can grab certain sections of the feed and create a "friends page" for my blog, and also maybe to make an addon script for the journal Oblivion Knight is releasing soon.

So... if anybody can provide assistance in helping me to get some working code, I'd be grateful.

My AIM SN is Atwookie04.

KuraFire
17th May 2004, 11:15 AM
There are xml-parsers (and rss-parsers) available on the web that you can just grab and integrate in your page(s). You should try and look at some of those :):up:

Cdaknight
18th May 2004, 05:08 AM
Yeah, I had found one (Fase4), but its not working how I'd hoped. I wonder how hard it would be to modify their class. Because I looked at it, and its private member functions had some of the stuff I needed, so maybe I can make some public functions that do what I need. *sigh* A project for later.