Page 1 of 1

PHP4: How to parse podcast XML?

Posted: Fri Jan 13, 2006 10:56 am
by JDove
Sample structure:
http://www.itconversations.com/rss/cate ... litics&e=1

It is RSS 2.0, but what should be done with enclosure url=" and other tags.

Any sample/idea?

Posted: Wed Jan 18, 2006 9:37 am
by jasonjohnson
You should go get 'em! The tag in question contains more than enough information to allow the download of your podcasts. If you have a decent representation of the document using something like XML::Tree or XML::RSS, you should be able to apply a very simple script to its structure in memory to download and catalog each file.

But what is it you're looking to do, exactly?